Skip to content

Commit 0caa22c

Browse files
committed
Add alpha integration tfvars file and update .gitignore to include it
1 parent c14439b commit 0caa22c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

infrastructure/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ crash.*.log
2020

2121
# Allow checked-in preview tfvars containing non-sensitive values and secret references only
2222
!environments/preview/preview.tfvars
23+
!environments/preview/alpha-int.tfvars
2324

2425
# Ignore override files as they are usually used to override resources locally and so
2526
# are not checked in
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
provider_url = "stub"
2+
provider_mtls_cert = "stub"
3+
provider_mtls_key = "stub"
4+
5+
sds_url = "stub"
6+
sds_api_token = "stub"
7+
8+
pds_url = "stub"
9+
pds_api_token = "stub"
10+
pds_api_secret = "stub"
11+
pds_api_kid = "stub"

0 commit comments

Comments
 (0)