-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Allowed larger numbers for azurerm_shared_image_version name #2301
Conversation
Tests pass:
|
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.
LGTM 👍
Thanks you guys are the best! @tombuildsstuff @katbyte . This was causing a bunch of issues because it looks like Azure isnt updating the source -> managedImage -> id within our pipeline(below json put parameter from Azure Rest Browser). Terraform says it updated the Shared_image_version but when the image was provisioned it was the old image. We had 0.0.1 Hard-coded until this issue was fixed but it may require more investigating, if its you or them on the update function.
|
@whytoe is this within a VM Scale Set? if so there's an explicit |
@tombuildsstuff no this is just to commit a new Source Managed Image ID to the same version number in the shared gallery Example
ID
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/ImageName1"
Then I update the ID but I keep the same image version number
Terraform will state that it has updated the shared image version in 2 minutes (first time it takes about 10-15 minutes). But the Image will not actually update. |
@whytoe mind opening a separate issue about that? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
fixes #2283