Open beparmentier opened 1 year ago
also have the same issue on latest version (3.72.0), when I lock the provider to the version 3.64.0 it works
We also have this issue with : Terraform Version 1.5.0
AzureRM Provider Version 3.75.0 (and tested with versions 3.76, 3.77 and 3.78)
I had the same problem. It worked for me in the versions listed below, but I didn't investigate it further, I don't have a debug log, and I executed the terraform apply command on another machine, so I can't clearly say whether the problem concerns the terraform version, the provider, or whether it is something else.
terraform version
Terraform v1.6.3
on windows_amd64
+ provider registry.terraform.io/azure/azapi v1.12.0
+ provider registry.terraform.io/hashicorp/azurerm v3.88.0
+ provider registry.terraform.io/hashicorp/null v3.2.2
+ provider registry.terraform.io/hashicorp/random v3.6.0
Your version of Terraform is out of date! The latest version
is 1.7.0. You can update by downloading from https://www.terraform.io/downloads.html
We also have the issue with: Terraform version 1.5.7 AzureRM provider version 3.84.0 disk_size_gb = 2048 -> 4096
And issue resolved with: upgrading AzureRM version to 3.90.0
@rcskosir do you know if anyone is working on it? In general, I wonder if it's a problem with the provider or with Terraform
Is there an existing issue for this?
Community Note
Terraform Version
1.5.6
AzureRM Provider Version
3.71.0
Affected Resource(s)/Data Source(s)
azurerm_managed_disk
Terraform Configuration Files
Debug Output/Panic Output
Terraform will perform the following actions:
azurerm_managed_disk.vm-tableau-node-02-disk-data[0] will be updated in-place
~ resource "azurerm_managed_disk" "vm-tableau-node-02-disk-data" { ~ disk_size_gb = 1024 -> 2048 id = "/subscriptions/[MASKED]/resourceGroups/rg_npr_int_tableau_01/providers/Microsoft.Compute/disks/disk-vm-npr-tableau-node-02-disk-data" name = "disk-vm-npr-tableau-node-02-disk-data" tags = { "appteam" = "pfrh" "billing" = "D1105" "bu" = "int" "codeproject" = "D1105" "country" = "int" "createdby" = "terraform" "domain" = "data" "env" = "qualif" "meta_environment" = "npr" "service" = "tableau" "status" = "used" "subscription_name" = "sub_npr_int_digidata" "team" = "infra:sysops" }
(15 unchanged attributes hidden)
azurerm_managed_disk.vm-tableau-node-03-disk-data[0] will be updated in-place
~ resource "azurerm_managed_disk" "vm-tableau-node-03-disk-data" { ~ disk_size_gb = 1024 -> 2048 id = "/subscriptions/[MASKED]/resourceGroups/rg_npr_int_tableau_01/providers/Microsoft.Compute/disks/disk-vm-npr-tableau-node-03-disk-data" name = "disk-vm-npr-tableau-node-03-disk-data" tags = { "appteam" = "pfrh" "billing" = "D1105" "bu" = "int" "codeproject" = "D1105" "country" = "int" "createdby" = "terraform" "domain" = "data" "env" = "qualif" "meta_environment" = "npr" "service" = "tableau" "status" = "used" "subscription_name" = "sub_npr_int_digidata" "team" = "infra:sysops" }
(15 unchanged attributes hidden)