Skip to content

Commit

Permalink
Enable infrastructure encryption on storage accounts #73
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Nov 15, 2024
1 parent ad06a3d commit 522aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/terraform/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522aaa7

Please sign in to comment.