Skip to content

Commit b1f60fe

Browse files
auto-docs: automated update action
1 parent 951d86c commit b1f60fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ module "transit_gateway" {
7272
| account\_name | Name of the AWS account. | `string` | n/a | yes |
7373
| allowed\_prefixes | VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured. | `list(string)` | `[]` | no |
7474
| attachment | Create VPC Attachment to Transit Gateway | `bool` | `false` | no |
75+
| auto\_accept\_shared\_attachments | Whether resource attachment requests are automatically accepted. | `string` | `"disable"` | no |
7576
| default\_route\_table\_association | Whether resource attachments are automatically associated with the default association route table. Valid values: disable, enable. Default value: enable. | `string` | `"enable"` | no |
7677
| default\_route\_table\_propagation | Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: disable, enable. Default value: enable. | `string` | `"enable"` | no |
7778
| direct\_connect\_gateway\_asn | The ASN to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. | `number` | n/a | yes |
7879
| dns\_support | Whether DNS support is enabled. Valid values: disable, enable. Default value: enable. | `string` | `"enable"` | no |
79-
| security\_group\_referencing\_support | Whether Security Group Referencing Support is enabled. Valid values: disable, enable. Default value: disable. | `string` | `"disable"` | no |
8080
| dx\_connection | The name of the connection to retrieve. | `list(any)` | `[]` | no |
8181
| name | Name prefix for the resources of this stack | `string` | n/a | yes |
8282
| private\_network\_acl\_id | Private Network ACL ID | `string` | n/a | yes |
@@ -89,6 +89,7 @@ module "transit_gateway" {
8989
| secure\_network\_acl\_id | Secure Network ACL ID | `string` | n/a | yes |
9090
| secure\_route | Secure Destination CIDR blocks for NACL definition | <pre>list(object({<br> cidr = string<br> protocol = optional(string, "tcp")<br> nacl_inbound_ports = list(number)<br> nacl_outbound_ports = list(number)<br> nacl_inbound_ephemeral_ports = optional(bool, false)<br> nacl_outbound_ephemeral_ports = optional(bool, false)<br> }))</pre> | n/a | yes |
9191
| secure\_route\_table\_id | Secure Route Table Identifier | `string` | n/a | yes |
92+
| security\_group\_referencing\_support | Whether Security Group Referencing Support is enabled. Valid values: disable, enable. Default value: disable. | `string` | `"disable"` | no |
9293
| subnet\_ids | Identifiers of EC2 Subnets. | `list(any)` | `[]` | no |
9394
| tags | Extra tags to attach to resources | `map(string)` | `{}` | no |
9495
| transit\_gateway\_account\_id | Identifier of the AWS account that owns the EC2 Transit Gateway. | `string` | n/a | yes |

0 commit comments

Comments
 (0)