Skip to content

Commit c003f71

Browse files
terraform-docs: automated action
1 parent 147d6d2 commit c003f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/complete/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

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

0 commit comments

Comments
 (0)