Skip to content

Commit

Permalink
Add --overwrite flag as per breaking changes in az
Browse files Browse the repository at this point in the history
  • Loading branch information
BassOfLion authored May 4, 2022
1 parent 16579aa commit 382c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/az_copy_output_from_state.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if [ -z "$KEY" ]; then
KEY=$(jq -r '.backend.config.key' .terraform/terraform.tfstate)
fi

az storage blob upload -f output.tfstate --subscription $SUBSCRIPTION --account-name $STORAGE_ACCOUNT_NAME --container-name $CONTAINER_NAME --name $KEY
az storage blob upload --overwrite -f output.tfstate --subscription $SUBSCRIPTION --account-name $STORAGE_ACCOUNT_NAME --container-name $CONTAINER_NAME --name $KEY

0 comments on commit 382c0ce

Please sign in to comment.