diff --git a/.github/actions/apply/terraform/action.yml b/.github/actions/apply/terraform/action.yml index 13309248..84f81877 100644 --- a/.github/actions/apply/terraform/action.yml +++ b/.github/actions/apply/terraform/action.yml @@ -33,7 +33,7 @@ runs: working-directory: ./infrastructure shell: bash env: -# TF_LOG: DEBUG + TF_LOG: DEBUG AWS_ACCESS_KEY_ID: ${{ inputs.aws_access_key_id }} AWS_SECRET_ACCESS_KEY: ${{ inputs.aws_secret_access_key }} TF_VAR_db_username: ${{ inputs.db_username }}