Skip to content

Commit

Permalink
Merge branch '3299-move-common-logic-to-scripts' of https://github.co…
Browse files Browse the repository at this point in the history
…m/microsoft/AzureTRE into 3299-move-common-logic-to-scripts
  • Loading branch information
yuvalyaron committed Mar 28, 2023
2 parents 04c89cf + 7fc0117 commit 8b3d40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/load_and_validate_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else
AZURE_ENVIRONMENT=$(az cloud show --query name --output tsv)
export AZURE_ENVIRONMENT

# The ARM Environment is required by terrafform to indicate the destination cloud.
# The ARM Environment is required by terraform to indicate the destination cloud.
ARM_ENVIRONMENT=$(convert_azure_env_to_arm_env "${AZURE_ENVIRONMENT}")
export ARM_ENVIRONMENT
export TF_VAR_arm_environment="${ARM_ENVIRONMENT}"
Expand Down

0 comments on commit 8b3d40c

Please sign in to comment.