Skip to content

Commit 5e968bf

Browse files
committed
remove extra text
1 parent b060404 commit 5e968bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
9696
9797
## Populate availability zone for Terraform-managed volumes
9898
99-
The Populate Availability Zone feature for Azure NetApp Files volumes cannot be supported in Terraform because the “zone” property of a volume is settable in the terraform configuration file at creation time, but not updatable in the future. Therefore, if you initially created a volume without the “zone” property, but later decided to add the “zone” property to its configuration, Terraform may potentially destroy the volume if the zone you specified is not the same as the true zone where the remote volume resides
100-
101-
The populate availability zone features requires a `zone` property on the volume. You can set the zone property only when you create the Terraform-managed volume, but you cannot modify it. Adding the `zone` property after the volume has been created can cause Terraform to destroy the volume if the specified zone is not the same as the
99+
The populate availability zone features requires a `zone` property on the volume. You can set the zone property only when you create the Terraform-managed volume, but you cannot modify it. Adding the `zone` property after the volume has been created can cause data loss or loss of the volume if the specified zone value does not match the availability zone.
102100
103101
1. Navigate to the Terraform module `terraform.tfstate`. The `"zone"` property should be an empty string.
104102
1. In the Terraform-managed volume's configuration file (`main.tf`), locate the lifecycle configuration block. Modify the block with `ignore_changes = [zone]`. If no lifecycle configuration block exists, add it:

0 commit comments

Comments
 (0)