Skip to content

Commit 7ca4989

Browse files
Update terraform-manage-volume.md
1 parent ae889d7 commit 7ca4989

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

articles/azure-netapp-files/terraform-manage-volume.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 08/10/2025
9+
ms.date: 02/04/2026
1010
ms.author: anfdocs
1111
# Customer intent: As a cloud engineer, I want to update Terraform-managed Azure resources safely, so that I can prevent data loss while modifying essential features outside of Terraform.
1212
---
@@ -44,7 +44,11 @@ The following instructions are a high-level overview of the steps required to up
4444
1. Run `terraform plan` to confirm that no changes will be made to your volume. The CLI output should display: `No changes. Your infrastructure matches the configuration.`
4545
>[!NOTE]
4646
> The `terraform plan` command creates a plan file with the changes to the remote resource, allowing you to ensure the safety of your resource before applying any changes.
47-
1. Run `terraform apply` to apply the changes. You should see the same CLI output as in the previous step.
47+
1. Run `terraform apply` to apply the changes. You should see the same CLI output as in the previous step.
48+
49+
>[!NOTE]
50+
> To re-establish the state, you should update the Terraform module's configuration file to reflect the changes made outside of Terraform. This change should be made to all Terraform-managed ANF resource that were modified out-of-band.
51+
4852
4953
## Next steps
5054

0 commit comments

Comments
 (0)