We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046ba6c commit ac07142Copy full SHA for ac07142
oci-config-examples/oci_devops_policy_dg_terraform/build_spec.yaml
@@ -48,7 +48,7 @@ steps:
48
terraform version
49
terraform init -migrate-state
50
terraform plan -out plan.out
51
- export TF_LOG=debug
+ terraform refresh
52
terraform apply plan.out
53
cd ..
54
rm -r ${cname}
@@ -76,6 +76,7 @@ steps:
76
77
78
79
80
81
82
0 commit comments