From c8e3ea978e867e4079d120b24ee98d0eb2cab534 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Mon, 22 Apr 2024 12:34:15 +0700 Subject: [PATCH] chore(OIDC-k8s): add AWS profile initialization snippet --- docs/posts/0008-k8s-federated-oidc.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/posts/0008-k8s-federated-oidc.md b/docs/posts/0008-k8s-federated-oidc.md index 16f8fe2..824b570 100644 --- a/docs/posts/0008-k8s-federated-oidc.md +++ b/docs/posts/0008-k8s-federated-oidc.md @@ -534,6 +534,15 @@ Note that we're starting a new TF module below. -8<- "docs/codes/0008/configure-oidc/oidc_provider.tf" ``` +Let's apply this stack: + +```shell title="" linenums="0" +export AWS_PROFILE="PLACEHOLDER" + +tofu plan -out tfplan +tofu apply tfplan +``` + Believe it or not, but after all these efforts, it is finally done. Now it is time for the test.