Skip to content

Commit 7d432c7

Browse files
committed
fix argument on create
1 parent cedd54f commit 7d432c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/backend/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ fi
222222

223223
# Create the container if it doesn't exist
224224
az storage container show --name $CONTAINER_NAME --account-name $STORAGE_ACCOUNT &> /dev/null || \
225-
az storage container create --name $CONTAINER_NAME --account-name $STORAGE_ACCOUNT --tags "$TAGS"
225+
az storage container create --name $CONTAINER_NAME --account-name $STORAGE_ACCOUNT --metadata "$TAGS"
226226

227227
# Check what environment Azure is in (GovCloud, Commercial, etc.)
228228
AZURE_ENVIRONMENT=$(az cloud show --query name -o tsv)

0 commit comments

Comments
 (0)