You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added create, scaffolded read and delete for hvn route resource
* Adds delete for HVN route resource
* Adds hvn route import function
* Handle both peering and tgw attachment resource types in HVN route resources
* Regenerate docs, add example s for hvn route resource
* Re-run go generate after adding example
* ACreate hvn route function checks for target existence before proceeding
* Add peering to example for hvn route, regenerate docs
* Resolves comments - better logging and commenting for HVN route resource
* removed unnecessary validation
* removed todos
* removed tgw attachment from hvn route example
* added examples of the hvn route target
* moved hvn route creation into clients
* simplified parsing target_link for the hvn route resource
* dropped checking for hvn route existance
* fixed hvn routes import
* gofmt hvn_route.go
* redo hvn route import to use route ID
* go mod tidy
* redo hvn route datasource to use route ID
* renamed hvn -> hvn_link
* refactored WaitForHVNRouteToBeActive
* unified hvn route errors/logs
* small refactoring
* improved logs
* messages improvements
Co-authored-by: Brenna Hewer-Darroch <[email protected]>
* regenarated docs
Co-authored-by: Anton Panferov <[email protected]>
Co-authored-by: Brenna Hewer-Darroch <[email protected]>
-**destination_cidr** (String) The destination CIDR of the HVN route.
59
+
-**hvn_link** (String) The `self_link` of the HashiCorp Virtual Network (HVN).
60
+
-**hvn_route_id** (String) The ID of the HVN route.
61
+
-**target_link** (String) A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md)
62
+
63
+
### Optional
64
+
65
+
-**id** (String) The ID of this resource.
66
+
-**timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
67
+
68
+
### Read-Only
69
+
70
+
-**created_at** (String) The time that the HVN route was created.
71
+
-**self_link** (String) A unique URL identifying the HVN route.
0 commit comments