Skip to content

Commit c99571a

Browse files
Merge branch 'master' into chore/autoscaler-resource-acc
2 parents eefd6f6 + ff714f7 commit c99571a

11 files changed

Lines changed: 22 additions & 11 deletions

File tree

  • examples/eks

examples/eks/eks_cluster_assumerole/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
}
2122

examples/eks/eks_cluster_autoscaler_policies/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
}
2122

examples/eks/eks_cluster_custom_iam/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
}
2122

examples/eks/eks_cluster_ipv6/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module "eks" {
1717
most_recent = true
1818
}
1919
vpc-cni = {
20-
most_recent = true
20+
most_recent = true
21+
before_compute = true
2122
}
2223
}
2324

examples/eks/eks_cluster_live_migration/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
aws-ebs-csi-driver = {
2122
service_account_role_arn = module.ebs_csi_irsa_role.iam_role_arn

examples/eks/eks_cluster_optional_readonly/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
}
2122

examples/eks/eks_cluster_readonly/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module "eks" {
1515
most_recent = true
1616
}
1717
vpc-cni = {
18-
most_recent = true
18+
most_recent = true
19+
before_compute = true
1920
}
2021
}
2122

examples/eks/eks_cluster_webshop/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module "eks" {
2222
most_recent = true
2323
}
2424
vpc-cni = {
25-
most_recent = true
25+
most_recent = true
26+
before_compute = true
2627
}
2728
aws-ebs-csi-driver = {
2829
service_account_role_arn = module.ebs_csi_irsa_role.iam_role_arn

examples/eks/eks_cluster_with_security/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ module "eks" {
1616
most_recent = true
1717
}
1818
vpc-cni = {
19-
most_recent = true
19+
most_recent = true
20+
before_compute = true
2021
}
2122
}
2223

examples/eks/eks_cluster_with_security_runtime_rules/eks.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ module "eks" {
1616
most_recent = true
1717
}
1818
vpc-cni = {
19-
most_recent = true
19+
most_recent = true
20+
before_compute = true
2021
}
2122
}
2223

0 commit comments

Comments
 (0)