We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7381af4 commit b7214dbCopy full SHA for b7214db
solution_template/vm-linux-terraform/scripts/install.sh
@@ -130,6 +130,6 @@ chown $USERNAME:$USERNAME $TFENVFILE
130
131
# create the container for remote state
132
logger -t devvm "Creating the container for remote state"
133
-az login --msi
+az login --identity
134
az storage container create -n terraform-state --account-name $STORAGE_ACCOUNT_NAME --account-key $STORAGE_ACCOUNT_KEY
135
logger -t devvm "Container for remote state created: $?"
0 commit comments