Paul Hugill
Paul Hugill
I have the same issue. I do use a VCS driven workspace and I ensure all the files are in the repo **before** the workspace is created. So the repo...
I've got another use case for needing to remove an instance. With the AzureRM provider, we have it automatically registering all the Azure Providers (`skip_provider_registration = false`) but on some...
In case it is any use, this `es_root` exclusions worked for me to deploy in AzureChina (we are also leaving off the VNET DDOS assignment anywhere else but that's more...
To add another bit of information, if you manually delete the assignment in the Azure Portal, Terraform does not see any changes on the next run and does not try...
Similar issue upgrading from `3.61.0` to `3.99.0`, we have a `for_each` on a list of providers that were not previously included in the automatic registration so that they are registered...
Sorry @magodo, yes exactly the same, that was a TFC UI output, this is a similar CLI version. ``` # module.this.azurerm_role_management_policy.built_in["Owner"] will be updated in-place ~ resource "azurerm_role_management_policy" "built_in" {...
Probably having the same issue with the newly released `azurerm_role_management_policy` resource as well, both when using v3.108.0, at least I'm having the same `empty` changes plans every time. I can...