Skip to content

Commit

Permalink
Added test.tfvars for the initial stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Dec 9, 2024
1 parent 6f9f1d3 commit da8856d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infrastructure/cloud/environments/initial/test.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
region = "ca-central-1"
test_s3_bucket_name = "jasper-test-s3-bucket-test"
web_subnet_names = ["Web_Test_aza_net", "Web_Test_azb_net"]
app_subnet_names = ["App_Test_aza_net", "App_Test_azb_net"]
data_subnet_names = ["Data_Test_aza_net", "Data_Test_azb_net"]
openshift_iam_user = "openshiftusertest"
iam_user_table_name = "BCGOV_IAM_USER_TABLE"
lb_name = "default"
rds_db_ca_cert = "rds-ca-rsa2048-g1"
cert_domain_name = "*.example.ca"

0 comments on commit da8856d

Please sign in to comment.