Skip to content

Commit

Permalink
docs: update to generic values
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-4480 committed Aug 4, 2024
1 parent 8e8b103 commit 147d6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/complete/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

```hcl
# Required Parameters
public_subnet_ids = ["subnet-050928489741239", "subnet-98347019238472343"]
private_subnet_ids = ["subnet-09483509823434", "subnet-57093487509234870"]
vpc_id = "vpc-43523452345265253"
public_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
private_subnet_ids = ["subnet-xxxxxxxx", "subnet-xxxxxxxx"]
vpc_id = "vpc-xxxxxxxx"
atlantis_url = "example.your-domain.com"
atlantis_gh_user = "your-github-username"
atlantis_repo_allowlist = ["repo1", "repo2"]
Expand Down

0 comments on commit 147d6d2

Please sign in to comment.