Skip to content

Commit

Permalink
fix: update gitlab-ci jinja template (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yviel-555 authored Sep 24, 2024
1 parent e12aa0c commit c22db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/jinja2/templates/.gitlab-ci.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
TF_VAR_assume_role: "{{ environ('CICD_ROLE_NAME') }}"
TF_VAR_backend_bucket_name: "{{ environ('TF_VAR_backend_bucket_name') }}"
TF_VAR_backend_bucket_region: "{{ environ('REGION') }}"
TF_VAR_backend_dynamodb_table: "{{ environ('TF_VAR_backend_dynamodb_table')}}"
TF_VAR_backend_dynamodb_table: "{{ environ('TF_VAR_backend_dynamodb_table') or ''}}"
TF_VAR_backend_bucket_access_role: "{{ environ('TF_VAR_backend_bucket_access_role') or ''}}"
{% if CUSTOM_BACKEND_BUCKET_KEY is sameas false %}
CUSTOM_BACKEND_BUCKET_KEY: auto
Expand Down

0 comments on commit c22db22

Please sign in to comment.