You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/GreenField.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ Choose the resources by specifying a single option (for choosing one of these re
34
34
<br>Change your directory to _/cd3user/tenancies/<customer\_name>/terraform\_files/<region\_dir>/_ and Execute:
35
35
36
36
**terraform init** - To initialize and prepare your working/out directory soTerraform can run the configuration.<br>
37
-
**terraform plan** - To preview any changes before you apply them.<br>
37
+
38
+
**terraform plan** - To preview any changes before you apply them. Run the plan against [OPA policies](/cd3_automation_toolkit/documentation/user_guide/learn_more/OPAForCompliance.md) for compliance against CIS.
39
+
38
40
**terraform apply** - To make the changes defined by Terraform configuration to create, update, or destroy resources in OCI.
0 commit comments