Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.37.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 6c81968 commit 88b3dd0
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/bastion/modules/bastion/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "ec2_ssm" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.37.1"
version = "5.37.2"

role_name = var.ec2_ssm_role_name
create_instance_profile = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/chaos/modules/chaos/litmus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "aws_iam_policy" "litmus" {

module "irsa_litmuschaos" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.37.1"
version = "5.37.2"

create_role = true
role_description = "Role for LitmusChaos"
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/alb_controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_karpenter" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.alb_controller_role_name
attach_load_balancer_controller_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/appmesh.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "appmesh_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.appmesh_controller_role_name
attach_appmesh_controller_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/cluster_autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_cluster_autoscaler" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.cluster_autoscaler_role_name
attach_cluster_autoscaler_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/ebs_csi_driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_ebs_csi_driver" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.ebs_csi_controller_role_name
attach_ebs_csi_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/efs_csi_driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_efs_csi_driver" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.efs_csi_controller_role_name
attach_efs_csi_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/eso.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_eso" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.eso_role_name
attach_external_secrets_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/fsx_csi_driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa_fsx_csi_driver" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.fsx_csi_controller_role_name
attach_fsx_lustre_csi_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/node_termination_handler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irs_node_termination_handler" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.37.1"
version = "5.37.2"

role_name = var.node_termination_handler_role_name
attach_node_termination_handler_policy = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/secret_store_csi_driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_iam_policy" "secret_store_csi_driver_controller" {

module "secret_store_controller_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.37.1"
version = "5.37.2"

for_each = toset(var.secrets_data)

Expand Down
4 changes: 2 additions & 2 deletions terraform/aws/oidc/oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

module "iam_github_oidc_provider" {
source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-provider"
version = "5.37.1"
version = "5.37.2"

tags = local.tags
}

module "iam_github_oidc_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.37.1"
version = "5.37.2"

name = "PortefaixGithubActions"
description = "IAM role that can be assumed by GitHub Actions"
Expand Down

0 comments on commit 88b3dd0

Please sign in to comment.