From af2f246b853574dcbe495b1f467bd058a438b4c2 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Fri, 12 Jul 2024 10:57:58 +0100 Subject: [PATCH 1/2] Add a comment to pchub's tf file about authenticating az cli --- terraform/azure/projects/pchub.tfvars | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/terraform/azure/projects/pchub.tfvars b/terraform/azure/projects/pchub.tfvars index f51464b6a6..dd79647ef1 100644 --- a/terraform/azure/projects/pchub.tfvars +++ b/terraform/azure/projects/pchub.tfvars @@ -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 login, 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" From a663b9ceb6e6f1ef601a737800a54dd63e1eb513 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:00:35 +0100 Subject: [PATCH 2/2] fix typo --- terraform/azure/projects/pchub.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/azure/projects/pchub.tfvars b/terraform/azure/projects/pchub.tfvars index dd79647ef1..9d63a4e90b 100644 --- a/terraform/azure/projects/pchub.tfvars +++ b/terraform/azure/projects/pchub.tfvars @@ -11,7 +11,7 @@ # # 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 login, run: +# Azure CLI, run: # # az login --tenant f1123d69-0c31-44db-ab9f-fa856d721d49 #