Skip to content

Commit 424ba58

Browse files
authored
docs: typos on example readme.mds (terraform-aws-modules#21)
1 parent 3c75434 commit 424ba58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Configuration in this directory creates AWS Transit Gateway, attach VPC to it an
44

55
## Notes
66

7-
There is a famous limitation in Terraform which prevents us from using computed values in `count`. Fot this reason this example is using data-sources to discover already created default VPC and subnets.
7+
There is a famous limitation in Terraform which prevents us from using computed values in `count`. For this reason this example is using data-sources to discover already created default VPC and subnets.
88

99
In real-world scenario you will have to split creation of VPC (using [terraform-aws-vpc modules](https://github.com/terraform-aws-modules/terraform-aws-vpc)) and creation of TGW resources using this module.
1010

examples/multi-account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Configuration in this directory creates AWS Transit Gateway, attach VPC to it an
44

55
## Notes
66

7-
There is a famous limitation in Terraform which prevents us from using computed values in `count`. Fot this reason this example is using data-sources to discover already created default VPC and subnets.
7+
There is a famous limitation in Terraform which prevents us from using computed values in `count`. For this reason this example is using data-sources to discover already created default VPC and subnets.
88

99
In real-world scenario you will have to split creation of VPC (using [terraform-aws-vpc modules](https://github.com/terraform-aws-modules/terraform-aws-vpc)) and creation of TGW resources using this module.
1010

0 commit comments

Comments
 (0)