File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
oci-config-examples/oci_devops_policy_dg_terraform Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ Read more
175
175
- OCI Devops - https://docs.oracle.com/en-us/iaas/Content/devops/using/home.htm.
176
176
- OCI Reference architectures - https://docs.oracle.com/solutions/
177
177
- OCI Devops samples - https://github.com/oracle-devrel/oci-devops-examples
178
+ - Terraform Refresh - https://www.terraform.io/cli/commands/refresh
178
179
179
180
180
181
Contributors
Original file line number Diff line number Diff line change 48
48
terraform version
49
49
terraform init -migrate-state
50
50
terraform plan -out plan.out
51
- export TF_LOG=debug
51
+ terraform refresh
52
52
terraform apply plan.out
53
53
cd ..
54
54
rm -r ${cname}
76
76
terraform version
77
77
terraform init -migrate-state
78
78
terraform plan -out plan.out
79
+ terraform refresh
79
80
terraform apply plan.out
80
81
cd ..
81
82
rm -r ${cname}
You can’t perform that action at this time.
0 commit comments