Skip to content

Commit 49796a6

Browse files
Merge pull request #229159 from timwarner-msft/timwarner-tf2
Fix Terraform error
2 parents 2a5914a + e5bc91d commit 49796a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/assign-policy-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: New policy assignment with Terraform"
33
description: In this quickstart, you use Terraform and HCL syntax to create a policy assignment to identify non-compliant resources.
4-
ms.date: 02/28/2023
4+
ms.date: 03/01/2023
55
ms.topic: quickstart
66
ms.tool: terraform
77
---
@@ -191,7 +191,7 @@ To remove the assignment created, use Azure CLI or reverse the Terraform executi
191191
- Terraform
192192

193193
```bash
194-
terraform destroy assignment.tfplan
194+
terraform destroy
195195
```
196196

197197
## Next steps

0 commit comments

Comments
 (0)