Note behavior of destroying deployment template in docs

This commit is contained in:
Stephen Weatherford 2017-04-10 21:47:31 +00:00
parent 0c76579c0c
commit ae2a05e29f
1 changed files with 5 additions and 1 deletions

View File

@ -97,4 +97,8 @@ The following arguments are supported:
The following attributes are exported:
* `id` - The Template Deployment ID.
* `id` - The Template Deployment ID.
## Note
Terraform does not know about the individual resources created by Azure using a deployment template and therefore cannot delete these resources during a destroy. Destroying a template deployment removes the associated deployment operations, but will not delete the Azure resources created by the deployment. In order to delete these resources, the containing resource group must also be destroyed. [More information](https://docs.microsoft.com/en-us/rest/api/resources/deployments#Deployments_Delete).