Skip to content

Commit

Permalink
Fix broken scripts when TF config comes from envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Aug 1, 2023
1 parent 0b0d43f commit 71edc11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environments/base/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ terraform_binary_path: "{{ terraform_binary_directory }}/terraform"
terraform_project_path: "{{ (work_directory, 'terraform') | path_join }}"
# Get the Terraform backend type from the environment variables
terraform_backend_type: "{{ lookup('env', 'AZIMUTH_TERRAFORM_BACKEND_TYPE') | default('local', True) }}"
# By default, assume all Terraform config comes from environment variables
terraform_backend_config: {}

# Use the configured work directory for prepping manifests
clusterapi_kustomization_directory: "{{ (work_directory, 'clusterapi') | path_join }}"
Expand Down

0 comments on commit 71edc11

Please sign in to comment.