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