From 7567b1a043cd0b1c2bece3ce002355982a559616 Mon Sep 17 00:00:00 2001 From: folarin oyenuga Date: Wed, 10 Apr 2024 14:14:01 +0100 Subject: [PATCH] update components path to core --- .../revoke-user-auth0-kubeconfig-access-token.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/source/revoke-user-auth0-kubeconfig-access-token.html.md.erb b/runbooks/source/revoke-user-auth0-kubeconfig-access-token.html.md.erb index 889d9e49..31d31ce0 100644 --- a/runbooks/source/revoke-user-auth0-kubeconfig-access-token.html.md.erb +++ b/runbooks/source/revoke-user-auth0-kubeconfig-access-token.html.md.erb @@ -46,7 +46,7 @@ Note: Associating oidc process takes around 35 minutes. #### 2) Apply changes within components (terraform) -Execute `terraform plan` inside [`cloud-platform-infrastructure/terraform/aws-accounts/cloud-platform-aws/vpc/eks/components` directory](https://github.com/ministryofjustice/cloud-platform-infrastructure/terraform/aws-accounts/cloud-platform-aws/vpc/eks/components) +Execute `terraform plan` inside [`cloud-platform-infrastructure/terraform/aws-accounts/cloud-platform-aws/vpc/eks/core/components` directory](https://github.com/ministryofjustice/cloud-platform-infrastructure/tree/main/terraform/aws-accounts/cloud-platform-aws/vpc/eks/core/components) to ensure changes match kuberos resource, if they do, apply them: ```