Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete implementation of destroy which goes through each stage #1103

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

costrouc
Copy link
Member

@costrouc costrouc commented Feb 23, 2022

Closes #1092

This is a tricky implementation since we have multiple stages. Several of these stages require credentials kubernetes and keycloak to work. Destroy now works like the following

stages: 01, 02, 03, ... 08

for stage in stages:
    stage_ouputs = terraform output (stage)

for stage in reversed(stages):
    terraform destroy 

kubernetes and keycloak context are applied correctly along with all needed variables

@costrouc costrouc merged commit 2254aea into main Feb 23, 2022
@costrouc costrouc deleted the fix-1092 branch February 23, 2022 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] AWS failing deployment
1 participant