Skip to content

Commit

Permalink
Merge pull request #4418 from sgibson91/pchub-tf-comment
Browse files Browse the repository at this point in the history
Add a comment to pchub's tf file about authenticating az cli
  • Loading branch information
sgibson91 authored Jul 12, 2024
2 parents 61d84bf + a663b9c commit 54e4f39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/azure/projects/pchub.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
# This workaround is problematic as that may temporarily allow access
# to storage by other actors with the same IP.
#
# SETTING UP TO WORK WITH THIS FILE:
# ----------------------------------
#
# The Azure account for this cluster has MFA enabled. The username, password and
# TOTP token are stored in the 2i2c shared Bitwarden account. To authenticate the
# Azure CLI, run:
#
# az login --tenant f1123d69-0c31-44db-ab9f-fa856d721d49
#
tenant_id = "f1123d69-0c31-44db-ab9f-fa856d721d49"
subscription_id = "4ca0b08a-26e1-482f-bca6-f4eb0926124a"
resourcegroup_name = "2i2c-pchub"
Expand Down

0 comments on commit 54e4f39

Please sign in to comment.