Skip to content

Commit

Permalink
fix: Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis committed Jan 28, 2025
1 parent 58ccea4 commit d1288ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks-customer/irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "irsa" {
oidc_providers = {
one = {
provider_arn = module.eks.oidc_provider_arn
namespace_service_accounts = ["${each.value.namespace_service_account}"]
namespace_service_accounts = [each.value.namespace_service_account]
}
}
}

0 comments on commit d1288ce

Please sign in to comment.