azdevops / terraform

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
https://www.terraform.io/
Mozilla Public License 2.0
1 stars 2 forks source link

hashicorp#11789 I can idempotently provision an App service without using an embedded ARM template #28

Open azdevops opened 7 years ago

azdevops commented 7 years ago

hashicorp#11789

andreiuipath commented 5 years ago

Here is a hack if you are interested Edit your idempotent resource and run a delete from CLI before your tf apply

az resource delete --ids /subscriptions/${my_subscription_id}/resourceGroups/${my_resource_group_id}/providers/microsoft.insights/scheduledqueryrules/${my_alert_name_or_whatever_other_resource}

terraform apply