Skip to content

Commit

Permalink
map MSI_ID to tf's potential msi_id variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Mar 1, 2024
1 parent 5d88413 commit c7434ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avm_scripts/test-example.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export TF_VAR_msi_id=$MSI_ID

cd /tmp
testFolder="avmtester$AVM_EXAMPLE$RANDOM"

Expand Down
2 changes: 2 additions & 0 deletions avm_scripts_canary/test-example.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export TF_VAR_msi_id=$MSI_ID

cd /tmp
testFolder="avmtester$AVM_EXAMPLE$RANDOM"

Expand Down

0 comments on commit c7434ce

Please sign in to comment.