Skip to content

Commit

Permalink
Fix tfvar names in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Sep 18, 2024
1 parent 680d36d commit f515a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ jobs:
CF_CLIENT_ID: ((cf-client-id-development))
CF_CLIENT_SECRET: ((cf-client-secret-development))
TF_VAR_remote_state_bucket: ((tf-state-bucket))
TF_VAR_remote_state_reader_access_key_id: ((development-tf-state-access-key-id))
TF_VAR_remote_state_reader_secret_access_key: ((development-tf-state-secret-access-key))
TF_VAR_external_remote_state_reader_access_key_id: ((development-tf-state-access-key-id))
TF_VAR_external_remote_state_reader_secret_access_key: ((development-tf-state-secret-access-key))
TF_VAR_domain_name: dev.us-gov-west-1.aws-us-gov.cloud.gov
TF_VAR_iaas_stack_name: development
TF_VAR_tooling_stack_name: tooling
Expand Down

0 comments on commit f515a5f

Please sign in to comment.