Skip to content

Commit 147d6d2

Browse files
committed
docs: update to generic values
1 parent 8e8b103 commit 147d6d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/complete/.header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
```hcl
55
# Required Parameters
6-
public_subnet_ids = ["subnet-050928489741239", "subnet-98347019238472343"]
7-
private_subnet_ids = ["subnet-09483509823434", "subnet-57093487509234870"]
8-
vpc_id = "vpc-43523452345265253"
6+
public_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
7+
private_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
8+
vpc_id = "vpc-xxxxxxxx"
99
atlantis_url = "example.your-domain.com"
1010
atlantis_gh_user = "your-github-username"
1111
atlantis_repo_allowlist = ["repo1", "repo2"]

0 commit comments

Comments
 (0)