ziyeqf

Results 45 comments of ziyeqf

Hi @scott-doyland-burrows , thanks for opening the issue. for this scenario, please try to add `create_before_destroy=true` to `azurerm_app_service_plan`block as below. ``` resource "azurerm_service_plan" "logic_app_service_plan" { name = "lgpl-002" lifecycle{ create_before_destroy...

Hi @scott-doyland-burrows, thanks for your reply. For this scenario, I may suggest two solutions. 1. add `replace_triggered_by` argument and use the resource as a condition rather than its property like...

@navba-MSFT Thanks for your insight. But it seems the `ResourceGuardProxyBase` is referenced in `response` of `ResourceGuardProxy_Put`, rather than `parameters`. and it's needed in parameters.

Hi @rmelick-muon, thanks for reporting. I have opened a PR for this(https://github.com/hashicorp/terraform-provider-azurerm/pull/25129), once it merged & released it should be fixed. Thanks

Hi @Jeffrey20241, thanks for reporting. It seems to be caused because the service behavior changed. Opened an [issue](https://github.com/Azure/azure-rest-api-specs/issues/29043) on `azure-rest-api-specs` to bring this to the service team. At the same...

> @ziyeqf > > > At the same time, to fix this on the Terraform AzureRM provider side, we will need to upgrade the API version and change our implementation....

Just got update this will be fixed in days on the service side, thanks for your patience.

Just to adding some more context as it might be the same issue. When the `Set` schema contains a `Map` element and the state contains that scheme but tfconfig does...

Hi @jchandler-bhg, thanks for your reporting. Could you please share which region you are using? Even better, could you please provide some pieces of log? By setting up `TF_LOG` envrionment...

Hi @djbark, thanks for opening the issue. If I'm understanding the issue correctly, you want to partially ignore some items inside `app_settings`. I'm afraid there is no official way to...