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: examples/complete/README.md
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
3
3
Configuration in this directory creates AWS Transit Gateway, attach VPC to it and share it with other AWS principals using [Resource Access Manager (RAM)](https://aws.amazon.com/ram/).
4
4
5
-
## Notes
6
-
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.
8
-
9
-
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.
10
-
11
5
## Usage
12
6
13
7
To run this example you need to execute:
@@ -25,14 +19,12 @@ Note that this example may create resources which cost money. Run `terraform des
Copy file name to clipboardExpand all lines: examples/multi-account/README.md
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
3
3
Configuration in this directory creates AWS Transit Gateway, attach VPC to it and share it with other AWS principals using [Resource Access Manager (RAM)](https://aws.amazon.com/ram/).
4
4
5
-
## Notes
6
-
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.
8
-
9
-
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.
10
-
11
5
## Usage
12
6
13
7
To run this example you need to execute:
@@ -25,14 +19,12 @@ Note that this example may create resources which cost money. Run `terraform des
0 commit comments