We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147d6d2 commit c003f71Copy full SHA for c003f71
examples/complete/README.md
@@ -4,9 +4,9 @@
4
5
```hcl
6
# Required Parameters
7
-public_subnet_ids = ["subnet-050928489741239", "subnet-98347019238472343"]
8
-private_subnet_ids = ["subnet-09483509823434", "subnet-57093487509234870"]
9
-vpc_id = "vpc-43523452345265253"
+public_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
+private_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
+vpc_id = "vpc-xxxxxxxx"
10
atlantis_url = "example.your-domain.com"
11
atlantis_gh_user = "your-github-username"
12
atlantis_repo_allowlist = ["repo1", "repo2"]
0 commit comments