Skip to content

Commit ac07142

Browse files
authored
Update build_spec.yaml
1 parent 046ba6c commit ac07142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oci-config-examples/oci_devops_policy_dg_terraform/build_spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
terraform version
4949
terraform init -migrate-state
5050
terraform plan -out plan.out
51-
export TF_LOG=debug
51+
terraform refresh
5252
terraform apply plan.out
5353
cd ..
5454
rm -r ${cname}
@@ -76,6 +76,7 @@ steps:
7676
terraform version
7777
terraform init -migrate-state
7878
terraform plan -out plan.out
79+
terraform refresh
7980
terraform apply plan.out
8081
cd ..
8182
rm -r ${cname}

0 commit comments

Comments
 (0)