We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357e647 commit 6c08a92Copy full SHA for 6c08a92
examples/irsa/irsa.tf
@@ -1,6 +1,6 @@
1
module "iam_assumable_role_admin" {
2
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3
- version = "2.14.0"
+ version = "3.6.0"
4
create_role = true
5
role_name = "cluster-autoscaler"
6
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
examples/irsa/main.tf
@@ -41,7 +41,7 @@ data "aws_caller_identity" "current" {}
41
42
module "vpc" {
43
source = "terraform-aws-modules/vpc/aws"
44
- version = "2.47.0"
+ version = "2.64.0"
45
name = "test-vpc"
46
cidr = "10.0.0.0/16"
47
azs = data.aws_availability_zones.available.names
0 commit comments