Skip to content

Commit 6c08a92

Browse files
authored
docs: Bump IRSA example dependencies to versions which work with TF 0.14 (#1184)
1 parent 357e647 commit 6c08a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/irsa/irsa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "iam_assumable_role_admin" {
22
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3-
version = "2.14.0"
3+
version = "3.6.0"
44
create_role = true
55
role_name = "cluster-autoscaler"
66
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")

examples/irsa/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data "aws_caller_identity" "current" {}
4141

4242
module "vpc" {
4343
source = "terraform-aws-modules/vpc/aws"
44-
version = "2.47.0"
44+
version = "2.64.0"
4545
name = "test-vpc"
4646
cidr = "10.0.0.0/16"
4747
azs = data.aws_availability_zones.available.names

0 commit comments

Comments
 (0)