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 c76637c commit 3d86dd9Copy full SHA for 3d86dd9
examples/complete/README.md
@@ -6,6 +6,6 @@
6
public_subnet_ids = ["subnet-050928489741239", "subnet-98347019238472343"]
7
private_subnet_ids = ["subnet-09483509823434", "subnet-57093487509234870"]
8
vpc_id = "vpc-43523452345265253"
9
-atlantis_url = ""
10
-atlantis_gh_user = "your-github-username"
11
-atlantis_repo_allowlist = ["repo1", "repo2"]
+atlantis_url = "example.your-domain.com"
+atlantis_gh_user = "your-github-username"
+atlantis_repo_allowlist = ["repo1", "repo2"]
0 commit comments