diff --git a/.github/workflows/_update_terraform.yml b/.github/workflows/_update_terraform.yml index 256ed15..c4a7f81 100644 --- a/.github/workflows/_update_terraform.yml +++ b/.github/workflows/_update_terraform.yml @@ -46,7 +46,6 @@ jobs: if: ${{ (inputs.deployment_environment == 'production') }} run: | ./dockerize -template prod-eu-west/services/events/_events.auto.tfvars.tmpl:prod-eu-west/services/events/_events.auto.tfvars - ./dockerize -template test/services/events/_events.auto.tfvars.tmpl:test/services/events/_events.auto.tfvars git add prod-eu-west/services/events/_events.auto.tfvars git commit -m "Adding events git variables for tag ${{ inputs.image_tag }}"