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 a2baaee commit 8a273c6Copy full SHA for 8a273c6
MtdrSpring/utils/main-destroy.sh
@@ -53,6 +53,7 @@ export TF_VAR_ociCompartmentOcid="$(state_get COMPARTMENT_OCID)"
53
export TF_VAR_ociRegionIdentifier="$(state_get REGION)"
54
export TF_VAR_runName="$(state_get RUN_NAME)"
55
export TF_VAR_mtdrDbName="$(state_get MTDR_DB_NAME)"
56
+export TF_VAR_mtdrKey="$(state_get MTDR_KEY)"
57
terraform init
58
terraform destroy -auto-approve
59
0 commit comments