-
Notifications
You must be signed in to change notification settings - Fork 368
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
Feat/suffix separator variable #218
Feat/suffix separator variable #218
Conversation
I've signed the CLA few seconds ago. |
Thanks for the PR! 🚀 |
I believe the error is not related to my code change. Can you check it, please @morgante ?
|
I just tested out the master branch and it does fail with the same errors. |
@morgante I started to troubleshoot this and I've found that the example passes the service account as
but the module fails on the dynamic block that was added three years ago.
I don't know how to fix it properly. I've added |
…ue to dynamic block in the instance template module
@bharathkkb @morgante I don't know how it was working before but everything seems okay now. Can you help me to get this code merged, please? 😊 |
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 for the PR @thiagonache
I believe we don't test disk-snapshot-local
in CI and hence this was not caught. CI was failing due to another flaky issue which I have opened a fix for in #219
Can we open an issue for the disk-snapshot-local
and null lookup issue so that we can track a fix rather than fixing the example?
…l fail due to dynamic block in the instance template module" This reverts commit 80f9276.
Co-authored-by: Bharath KKB <[email protected]>
Opened issue #220. |
…x_separator_variable
Add new variable to handle hostname separator char in the
compute_instance
andumig
modules.Discussed on issue #217