We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9f5d6 commit 8789f91Copy full SHA for 8789f91
terraform-templates/amazon-web-services/03.eks.tf
@@ -70,7 +70,7 @@ data "aws_iam_policy" "ebs_csi_policy" {
70
71
module "irsa-ebs-csi" {
72
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
73
- version = "6.2.1"
+ version = "6.2.2"
74
75
create_role = true
76
role_name = "AmazonEKSTFEBSCSIRole-${module.eks.cluster_name}"
@@ -86,7 +86,7 @@ data "aws_iam_policy" "cloudwatch_observability_policy" {
86
87
module "irsa-cloudwatch" {
88
89
90
91
92
role_name = "AmazonEKSTFCloudWatchRole-${module.eks.cluster_name}"
0 commit comments