Skip to content

Commit

Permalink
Merge pull request #96 from drAlberT/patch-1
Browse files Browse the repository at this point in the history
Fix typo in accept_attachment example
  • Loading branch information
drewmullen authored Feb 6, 2023
2 parents 0ead3e2 + ab4f2b5 commit c6ac05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ subnets = {
core_network = {
netmaks = 28
require_acceptance = true
accept_attachment = true
accept_attachment = false
}
}
```
Expand Down Expand Up @@ -382,4 +382,4 @@ Please see our [developer documentation](https://github.com/aws-ia/terraform-aws
| <a name="output_tgw_subnet_attributes_by_az"></a> [tgw\_subnet\_attributes\_by\_az](#output\_tgw\_subnet\_attributes\_by\_az) | Map of all tgw subnets containing their attributes.<br><br>Example:<pre>tgw_subnet_attributes = {<br> "us-east-1a" = {<br> "arn" = "arn:aws:ec2:us-east-1:<>:subnet/subnet-04a86315c4839b519"<br> "assign_ipv6_address_on_creation" = false<br> ...<br> <all attributes of subnet: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/subnet#attributes-reference><br> }<br> "us-east-1b" = {...)<br>}</pre> |
| <a name="output_transit_gateway_attachment_id"></a> [transit\_gateway\_attachment\_id](#output\_transit\_gateway\_attachment\_id) | Transit gateway attachment id. |
| <a name="output_vpc_attributes"></a> [vpc\_attributes](#output\_vpc\_attributes) | VPC resource attributes. Full output of aws\_vpc. |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->

0 comments on commit c6ac05b

Please sign in to comment.