Skip to content

Commit

Permalink
set default value for _TERRAFORM_BACKEND_TYPE env.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazgi committed Sep 18, 2022
1 parent b99cb54 commit 5740f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-service-provisioning-base: &provisioning-base
GCP_DEFAULT_REGION: ${GCP_DEFAULT_REGION:-us-central1}
GOOGLE_APPLICATION_CREDENTIALS: ${GOOGLE_APPLICATION_CREDENTIALS:-/workspace/config/credentials/google-cloud-keyfile.provisioning-owner.json}
# </Google>
_TERRAFORM_BACKEND_TYPE: none
_TERRAFORM_BACKEND_TYPE: ${_TERRAFORM_BACKEND_TYPE:-none}
TF_DATA_DIR: /tmp/provisioning/.terraform.d/
TF_VAR_allowed_ipaddr_list: ${TF_VAR_allowed_ipaddr_list}
TF_VAR_aws_access_key: ${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit 5740f2f

Please sign in to comment.