Skip to content

Commit

Permalink
🔧 (ephemeral-cloud-infra.yml): remove unnecessary terraform taint com…
Browse files Browse the repository at this point in the history
…mands and condition for snowflake resources
  • Loading branch information
jandroav committed Jun 6, 2024
1 parent 0f13038 commit 235025d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ephemeral-cloud-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ jobs:
spacectl stack environment setvar --id $EPHEMERAL_STACK_ID TF_VAR_create_aws_mssql ${{ inputs.aws_mssql }}
spacectl stack environment setvar --id $EPHEMERAL_STACK_ID TF_VAR_create_aws_aurora_postgres ${{ inputs.aws_aurora_postgres }}
spacectl stack environment setvar --id $EPHEMERAL_STACK_ID TF_VAR_create_aws_mysql ${{ inputs.aws_mysql }}
if [ "${{ inputs.snowflake_th }}" = "true" ]; then
spacectl stack task --id $EPHEMERAL_STACK_ID --tail "terraform taint snowflake_database.LIQUIBASETH && terraform taint snowflake_warehouse.liquibaseth_warehouse && terraform taint aws_secretsmanager_secret.liquibaseth_password && terraform taint aws_secretsmanager_secret.liquibaseth_user" || true
fi
spacectl stack task --id $EPHEMERAL_STACK_ID --tail "terraform taint --all" || true
spacectl stack deploy --id $EPHEMERAL_STACK_ID --auto-confirm
- name: Destroy ephemeral infra
Expand Down

0 comments on commit 235025d

Please sign in to comment.