Skip to content

Commit 8789f91

Browse files
chore(deps): update terraform terraform-aws-modules/iam/aws to v6.2.2
1 parent 4a9f5d6 commit 8789f91

File tree

1 file changed

+2
-2
lines changed
  • terraform-templates/amazon-web-services

1 file changed

+2
-2
lines changed

terraform-templates/amazon-web-services/03.eks.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ data "aws_iam_policy" "ebs_csi_policy" {
7070

7171
module "irsa-ebs-csi" {
7272
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
73-
version = "6.2.1"
73+
version = "6.2.2"
7474

7575
create_role = true
7676
role_name = "AmazonEKSTFEBSCSIRole-${module.eks.cluster_name}"
@@ -86,7 +86,7 @@ data "aws_iam_policy" "cloudwatch_observability_policy" {
8686

8787
module "irsa-cloudwatch" {
8888
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
89-
version = "6.2.1"
89+
version = "6.2.2"
9090

9191
create_role = true
9292
role_name = "AmazonEKSTFCloudWatchRole-${module.eks.cluster_name}"

0 commit comments

Comments
 (0)