From c7434ce0e6993e61715b213ad2f982dafe0d4fde Mon Sep 17 00:00:00 2001 From: zjhe Date: Fri, 1 Mar 2024 10:48:36 +0800 Subject: [PATCH] map MSI_ID to tf's potential msi_id variable --- avm_scripts/test-example.sh | 2 ++ avm_scripts_canary/test-example.sh | 2 ++ 2 files changed, 4 insertions(+) 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"