Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
azdevops opened this issue Jun 9, 2017 · 1 comment

Comments

@azdevops
Copy link
Owner

azdevops commented Jun 9, 2017

hashicorp#11789

@azdevops azdevops changed the title I can create an App service I can create an App service without using an embedded ARM template Jun 9, 2017
@azdevops azdevops changed the title I can create an App service without using an embedded ARM template I can idempotently provision an App service without using an embedded ARM template Jun 9, 2017
@azdevops azdevops changed the title I can idempotently provision an App service without using an embedded ARM template hashicorp#11789 I can idempotently provision an App service without using an embedded ARM template Jun 9, 2017
@andreiuipath
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants