Skip to content

Commit 8855fd2

Browse files
committed
add notes
1 parent 0f7073f commit 8855fd2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
ms.author: tarcher
3+
ms.topic: include
4+
ms.date: 04/22/2023
5+
ms.custom: devx-track-terraform
6+
---
7+
8+
**Key points:**
9+
10+
- The `terraform plan` command creates an execution plan, but doesn't execute it. Instead, it determines what actions are necessary to create the configuration specified in your configuration files. This pattern allows you to verify whether the execution plan matches your expectations before making any changes to actual resources.
11+
- The optional `-out` parameter allows you to specify an output file for the plan. Using the `-out` parameter ensures that the plan you reviewed is exactly what is applied.

0 commit comments

Comments
 (0)