Skip to content

Commit

Permalink
allow module minor version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Jan 9, 2024
1 parent ecc9b5b commit 1d3e94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/aws_autoscaling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "aws_iam_policy" "worker_autoscaling" {

module "iam_assumable_role_with_oidc" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.30.2"
version = "~> 5.0"

create_role = true
role_name = "${var.prefix}-cluster-autoscaler"
Expand Down
2 changes: 1 addition & 1 deletion modules/aws_ebs_csi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ EOT

module "iam_assumable_role_with_oidc" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.30.2"
version = "~> 5.0"

create_role = true
role_name = "${var.prefix}-ebs-csi-role"
Expand Down

0 comments on commit 1d3e94d

Please sign in to comment.