Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform terraform-aws-modules/iam/aws to v5.42.0 #1219

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

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.40.0"
version = "5.42.0"

tags = local.tags
}

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

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