Updated depricated arg for az CLI tool.

This commit is contained in:
Jeffrey Cline 2018-05-08 13:55:19 -07:00
parent 7381af4a90
commit b7214db761

View File

@ -130,6 +130,6 @@ chown $USERNAME:$USERNAME $TFENVFILE
# create the container for remote state
logger -t devvm "Creating the container for remote state"
az login --msi
az login --identity
az storage container create -n terraform-state --account-name $STORAGE_ACCOUNT_NAME --account-key $STORAGE_ACCOUNT_KEY
logger -t devvm "Container for remote state created: $?"