diff --git a/avm_scripts/test-example.sh b/avm_scripts/test-example.sh index 4ed08d6..4656bfe 100644 --- a/avm_scripts/test-example.sh +++ b/avm_scripts/test-example.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +export TF_VAR_msi_id=$MSI_ID + cd /tmp testFolder="avmtester$AVM_EXAMPLE$RANDOM" diff --git a/avm_scripts_canary/test-example.sh b/avm_scripts_canary/test-example.sh index 4ed08d6..4656bfe 100644 --- a/avm_scripts_canary/test-example.sh +++ b/avm_scripts_canary/test-example.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +export TF_VAR_msi_id=$MSI_ID + cd /tmp testFolder="avmtester$AVM_EXAMPLE$RANDOM"