Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to ~> 5.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent aebb433 commit df94e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-account-role-cert-manager.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cert_manager_irsa_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "~> 5.40.0"
version = "~> 5.46.0"

role_path = "/PSKRoles/"
role_name = "${var.cluster_name}-cert-manager-sa"
Expand Down
2 changes: 1 addition & 1 deletion service-account-role-external-dns.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "external_dns_irsa_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "~> 5.40.0"
version = "~> 5.46.0"

role_path = "/PSKRoles/"
role_name = "${var.cluster_name}-external-dns-sa"
Expand Down

0 comments on commit df94e2d

Please sign in to comment.