Skip to content

Commit

Permalink
hotfix for oidc issue url for irsa module (#839)
Browse files Browse the repository at this point in the history
* hotfix for oidc issue url for irsa module

* fix: tf fmt

Co-authored-by: Zvikan <zvi8875@gmail.com>
  • Loading branch information
vara-bonthu and Zvikan committed Aug 10, 2022
1 parent e6c597e commit d013755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/irsa/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
eks_oidc_issuer_url = "${replace(var.eks_oidc_provider_arn, "/^(.*provider/)/", "")}:sub"
eks_oidc_issuer_url = replace(var.eks_oidc_provider_arn, "/^(.*provider/)/", "")
}

resource "kubernetes_namespace_v1" "irsa" {
Expand Down

0 comments on commit d013755

Please sign in to comment.