-
-
Notifications
You must be signed in to change notification settings - Fork 128
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 splat syntax to return NG underlying resources #9
Use splat syntax to return NG underlying resources #9
Conversation
/codefresh run test |
@maxgio92 thanks for the PR. It looks good. thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @maxgio92
please see comments
Yes, sure. Thank you |
Update from 0.13.0 to 0.16.0.
Hi @aknysh, |
/codefresh run test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @maxgio92
Thank you @aknysh |
Hi,
this fixes for me the issue #7:
Unfortunately I could not reproduce the issue by testing the module only.
Since this PR #22846 on Terraform itself was merged, I think that the splat syntax is a better approach when looking for resources which instances could not exist anymore, particularly during a destroy action.
Links:
Thank you