Skip to content

Commit 8a273c6

Browse files
committed
Added missing export for destroy
1 parent a2baaee commit 8a273c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MtdrSpring/utils/main-destroy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export TF_VAR_ociCompartmentOcid="$(state_get COMPARTMENT_OCID)"
5353
export TF_VAR_ociRegionIdentifier="$(state_get REGION)"
5454
export TF_VAR_runName="$(state_get RUN_NAME)"
5555
export TF_VAR_mtdrDbName="$(state_get MTDR_DB_NAME)"
56+
export TF_VAR_mtdrKey="$(state_get MTDR_KEY)"
5657
terraform init
5758
terraform destroy -auto-approve
5859

0 commit comments

Comments
 (0)