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

Support Terraform 0.15 or later #105

Merged

Conversation

KeisukeYamashita
Copy link
Contributor

WHAT

I have supported Terraform version >= 0.15

WHY

For #104.
Because tfnotify can't parse failure messages from 0.15, we can't use it. Thus, this PR aims to support it.

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
@KeisukeYamashita KeisukeYamashita linked an issue Jan 20, 2022 that may be closed by this pull request
@KeisukeYamashita KeisukeYamashita changed the title Support terraform 0 15 or later Support Terraform 0.15 or later Jan 20, 2022
Copy link
Member

@drlau drlau left a comment

Choose a reason for hiding this comment

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

Looks good to me! Actually terraform 0.15 introduced refresh only plans and apply's, which have different syntax. This will at least fix 0.15 and up in the case of an error though.

@drlau drlau merged commit d912440 into mercari:master Jan 21, 2022
@KeisukeYamashita KeisukeYamashita deleted the support-terraform-0-15-or-later branch January 21, 2022 08:01
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.

Support Terraform 0.15 or later
2 participants