From 522aaa7bfe4c06a61e5790386ec4c7addb23f55e Mon Sep 17 00:00:00 2001 From: jonnyry Date: Wed, 13 Nov 2024 18:34:06 +0000 Subject: [PATCH] Enable infrastructure encryption on storage accounts #73 --- devops/terraform/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/terraform/bootstrap.sh b/devops/terraform/bootstrap.sh index 0ffe93d9f..d0671c3a1 100755 --- a/devops/terraform/bootstrap.sh +++ b/devops/terraform/bootstrap.sh @@ -20,7 +20,7 @@ if ! az storage account show --resource-group "$TF_VAR_mgmt_resource_group_name" --require-infrastructure-encryption true else echo "Storage account already exists..." - az storage account show --resource-group "$TF_VAR_mgmt_resource_group_name" --name "$TF_VAR_mgmt_storage_account_name" + az storage account show --resource-group "$TF_VAR_mgmt_resource_group_name" --name "$TF_VAR_mgmt_storage_account_name" --output table fi # Grant user blob data contributor permissions