You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the above code, everytime we run terraform it always shows changes to the "version" even though its not being changed.
It should say no changes.
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# nutanix_image.rocky9 will be updated in-place
~ resource "nutanix_image" "rocky9" {
id = "fefc7ecd-050d-463e-a14b-e96d2e6c62b2"
name = "Rocky9"
~ version = {
+ "product_name" = "Rocky9"
+ "product_version" = "Rocky-9-GenericCloud-LVM-9.4-20240609.0.x86_64.qcow2"
}
# (12 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
Terraform v1.9.0
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Issue
With the above code, everytime we run terraform it always shows changes to the "version" even though its not being changed.
It should say no changes.
The text was updated successfully, but these errors were encountered: