Skip to content

Commit

Permalink
Merge branch 'feature/gov-cloud' of https://github.com/microsoft/Azur…
Browse files Browse the repository at this point in the history
…eTRE into 3299-move-common-logic-to-scripts
  • Loading branch information
yuvalyaron committed Mar 28, 2023
2 parents f7a1e5d + 6465676 commit 04c89cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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 @@ -48,7 +48,7 @@ else
# shellcheck disable=SC2046
export $(yq e "$GET_LEAF_KEYS|$TF_KEYS| $FORMAT_FOR_ENV_EXPORT" config.yaml)

# Source AZURE_ENVIRONMENT and setup the ARM_ENVIRONMENT based on it
# Source AZURE_ENVIRONMENT and setup the ARM_ENVIRONMENT based on it
AZURE_ENVIRONMENT=$(az cloud show --query name --output tsv)
export AZURE_ENVIRONMENT

Expand Down
5 changes: 3 additions & 2 deletions devops/terraform/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ echo -e "\n\e[34m»»» 🤖 \e[96mCreating resource group and storage account\e
az group create --resource-group "$TF_VAR_mgmt_resource_group_name" --location "$LOCATION" -o table
# shellcheck disable=SC2154
az storage account create --resource-group "$TF_VAR_mgmt_resource_group_name" \
--name "$TF_VAR_mgmt_storage_account_name" --location "$LOCATION" \
--kind StorageV2 --sku Standard_LRS -o table
--name "$TF_VAR_mgmt_storage_account_name" --location "$LOCATION" \
--allow-blob-public-access false \
--kind StorageV2 --sku Standard_LRS -o table

# Blob container
# shellcheck disable=SC2154
Expand Down
2 changes: 1 addition & 1 deletion devops/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"

0 comments on commit 04c89cf

Please sign in to comment.