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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ module "transit_gateway" {
72
72
| account\_name | Name of the AWS account. |`string`| n/a | yes |
73
73
| 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 |
74
74
| 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 |
75
76
| 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 |
76
77
| 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 |
77
78
| 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 |
78
79
| 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 |
80
80
| dx\_connection | The name of the connection to retrieve. |`list(any)`|`[]`| no |
81
81
| name | Name prefix for the resources of this stack |`string`| n/a | yes |
| security\_group\_referencing\_support | Whether Security Group Referencing Support is enabled. Valid values: disable, enable. Default value: disable. |`string`|`"disable"`| no |
92
93
| subnet\_ids | Identifiers of EC2 Subnets. |`list(any)`|`[]`| no |
93
94
| tags | Extra tags to attach to resources |`map(string)`|`{}`| no |
94
95
| transit\_gateway\_account\_id | Identifier of the AWS account that owns the EC2 Transit Gateway. |`string`| n/a | yes |
0 commit comments