Skip to content

Commit

Permalink
Update eks_addon.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LearningNewbie authored Feb 4, 2025
1 parent d1afceb commit aa81080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/eks_addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "awscc_eks_addon" "ebs_csi" {

### Create EFS CSI addon
```terraform
# AWS IAM expects the OIDC provider URL without the `https://` prefix in the condition block. This creates a local variable for it:
# AWS IAM expects the OIDC provider URL without the `https://` prefix in the condition block.This creates a local variable for it:
locals {
oidc_provider = replace(awscc_eks_cluster.eks_cluster.open_id_connect_issuer_url, "https://", "")
Expand Down

0 comments on commit aa81080

Please sign in to comment.