Open rdsserrao opened 1 year ago
@rdsserrao i experienced the same error from TF as follows:
properties.OutputResources
was nil ...'My fix was to go into Azure Portal > MyResourceGroup > Deployments > MyDeployment > Deleted it. After I deleted it, ran TF apply and got a successful deployment
Is there an existing issue for this?
Community Note
Terraform Version
1.2.5
AzureRM Provider Version
3.50.0
Affected Resource(s)/Data Source(s)
azurerm_resource_group_template_deployment
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Expecting to see TF destroying the resources created by the deployment.
Actual Behaviour
TF says there is insufficient data.
Steps to Reproduce
terraform apply terraform destroy
Important Factoids
No response
References
https://github.com/hashicorp/terraform-provider-azurerm/pull/10565 https://github.com/hashicorp/terraform-provider-azurerm/issues/18243