Skip to content

Commit

Permalink
chore(OIDC-k8s): add AWS profile initialization snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Apr 22, 2024
1 parent 557d95e commit c8e3ea9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/posts/0008-k8s-federated-oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8e3ea9

Please sign in to comment.