Provider produced inconsistent final plan
When expanding the plan for
Zmodule.npc_social_insurance_function_app.azurerm_linux_function_app.function_app
to include new values learned so far during apply, provider
"registry.terraform.io/hashicorp/azurerm" changed the planned action from
Update to DeleteThenCreate.
This is a bug in the provider, which should be reported in the provider's
own issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for
module.npc_social_insurance_function_app.azurerm_linux_function_app.function_app
to include new values learned so far during apply, provider
"registry.terraform.io/hashicorp/azurerm" produced an invalid new value for
.id: was known, but now unknown.
This is a bug in the provider, which should be reported in the provider's
own issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for
module.npc_social_insurance_function_app.azurerm_linux_function_app.function_app
to include new values learned so far during apply, provider
"registry.terraform.io/hashicorp/azurerm" produced an invalid new value for
.kind: was known, but now unknown.
This is a bug in the provider, which should be reported in the provider's
own issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for
module.npc_social_insurance_function_app.azurerm_linux_function_app.function_app
to include new values learned so far during apply, provider
"registry.terraform.io/hashicorp/azurerm" produced an invalid new value for
.storage_key_vault_secret_id: was cty.StringVal(""), but now null.
This is a bug in the provider, which should be reported in the provider's
own issue tracker.
And about 2k more lines of similar error
Expected Behaviour
Function deleted and recreated using new Service Plan
Update:
When creating it with steps, So first defining new subscription then in second run changing function subscription it worked as intended. Maybe it was just abnormal execution.
Is there an existing issue for this?
Community Note
Terraform Version
1.7.3
AzureRM Provider Version
3.87.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Function deleted and recreated using new Service Plan
Actual Behaviour
Provider produced inconsistent final plan
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response