From 361ddf437ab268e46e92c4d0593a4be13acb83e5 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Thu, 5 Oct 2023 09:02:41 -0700 Subject: [PATCH] Fix syntax Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> --- docs/hub-deployment-guide/new-cluster/smce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub-deployment-guide/new-cluster/smce.md b/docs/hub-deployment-guide/new-cluster/smce.md index 956644bd86..edd7359645 100644 --- a/docs/hub-deployment-guide/new-cluster/smce.md +++ b/docs/hub-deployment-guide/new-cluster/smce.md @@ -31,7 +31,7 @@ until completion of [provisioning credentials for CI/CD](new-cluster:aws:terrafo ## Getting a MFA exemption for our `hub-continuous-deployer` user -At the completion of [provisioning credentials for CI/CD/(new-cluster:aws:terraform:cicd), +At the completion of [provisioning credentials for CI/CD](new-cluster:aws:terraform:cicd), we will have a IAM user named `hub-continuous-deployer` provisioned. This is what we use to deploy from GitHub actions, but also to deploy from our local machines. The MFA requirement needs to be exempted for this user before we can continue and actually deploy our hubs.