Failure to add/change tags on imported azurerm_shared_image
(Error: Changing property 'galleryImage.properties.eula' is not allowed.
)
#16792
Labels
Milestone
Is there an existing issue for this?
Community Note
Terraform Version
1.1.9
AzureRM Provider Version
3.6.0
Affected Resource(s)/Data Source(s)
azurerm_shared_image
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Part of the described resource were pre-existing and had been imported through
terraform import
commands, while other are expected to be created (switch from manual management to terraform management).We expect all the resource to be update or created without any error.
Actual Behaviour
tags
are updated/created with an error related to the existingeula
properties unable to be changed.eula
attributes: neither on the Azure side neither on the terraform managementtags
atrribute does not trigger the error (this is what we are doing: no tag applied and it's fine)Steps to Reproduce
Important Factoids
No response
References
The text was updated successfully, but these errors were encountered: