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

use terraform for plan analyzing #107

Merged
merged 2 commits into from
Apr 23, 2024
Merged

use terraform for plan analyzing #107

merged 2 commits into from
Apr 23, 2024

Conversation

ChristianGottinger
Copy link
Member

No description provided.

case 2:
planIsDirty = true
break
default:
return "", internal.ReturnErrorOrPanic(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's be explicit here to prevent accidental breaking of code:

case 1: return the err from TF
default: return error as unknown status code from terraform. Record which status code it was.

@DenisBiondic DenisBiondic merged commit eba0de4 into main Apr 23, 2024
1 check passed
@DenisBiondic DenisBiondic deleted the feature/plan-analyzing branch April 23, 2024 12:40
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.

2 participants