-
Notifications
You must be signed in to change notification settings - Fork 343
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
Mismatched name referencing preventing tear down of Cloud instances. #754
Comments
cml runner cmd:
Service logs:
|
using the following results in the same behavior:
|
The ID being used from tear down is generated here: Looks like the ID get pulled from here for tear down: Golang documentation has some not exactly clear wording that makes me think this should be the name and not the Id... |
related to #678 |
Closed with upstream release of: https://github.com/iterative/terraform-provider-iterative |
Currently still investigating but it feels related to #742 and #738
I can see in GCP logs a
Failed:Delete VM
that 404's toiterative-2r77ew2wn9qkm
where the name of the instance is using acml
prefix instead.The text was updated successfully, but these errors were encountered: