-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for transit gateway unbound gre tunnel connections #4213
Conversation
- `remote_bgp_asn` - (Optional, Forces new resource, Integer) - The remote network BGP ASN (will be generated for the connection if not specified). This field only applies to network type `gre_tunnel` and `unbound_gre_tunnel` connections. | ||
- `remote_gateway_ip` - (Optional, Forces new resource, String) - The remote gateway IP address. This field only applies to network type `gre_tunnel` and `unbound_gre_tunnel` connections. | ||
- `remote_tunnel_ip` - (Optional, Forces new resource, String) - The remote tunnel IP address. This field only applies to network type `gre_tunnel` and `unbound_gre_tunnel` connections. | ||
- `zone` - (Optional, Forces new resource, String) - The location of the GRE tunnel. This field only applies to network type `gre_tunnel` and `unbound_gre_tunnel` connections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have attribute description for "base_network_type" which was recently added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, can't believe I missed that. It has been added.
@@ -45,20 +45,21 @@ In addition to the argument reference list, you can access the following attribu | |||
Nested scheme for `connections`: | |||
- `created_at` - (String) The date and time the connection is created. | |||
- `id` - (String) The unique identifier for the transit gateway connection to network either `VPC`, `classic`. | |||
- `base_connection_id` - The ID of a network_type `classic` connection a tunnel is configured over. This field only applies to network type `gre_tunnel` connections. | |||
- `base_connection_id` - The ID of a network_type `classic` connection a tunnel is configured over. This field applies to network type `gre_tunnel` or `unbound_gre_tunnel` connections. | |||
- `base_network_type` - The type of network the unbound gre tunnel is targeting. This field is required for network type `unbound_gre_tunnel`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentations have been fixed.
13e2eaa
to
63aadbd
Compare
3e72aeb
to
4243b52
Compare
@hkantare thank you for your review. I fixed the doc errors you pointed out and caught a few more, which have been fixed. Could you please review again? |
Community Note
Output from acceptance testing: