79374613

Date: 2025-01-21 13:38:24
Score: 1.5
Natty:
Report link

I have found the solution of above mention issue. Please modify terraform state file which has details mention below.

Step 1 - Replace old terraform resource tag to new terraform resource tag. In my case i am replacing "azurerm_template_deployment" to "azurerm_resource_group_template_deployment"

Step 2 - Replace "schema_version": 1 to "schema_version": 0

NOTE - You can try with by replacing of schema_version to 0, your issue should be resolved.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Manish