Skip to content

Commit 06c291e

Browse files
committed
fix: Raise min supported version of AWS provider for EKS Auto Mode corrections
1 parent de2aa10 commit 06c291e

File tree

28 files changed

+42
-42
lines changed

28 files changed

+42
-42
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,15 +347,15 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
347347
| Name | Version |
348348
|------|---------|
349349
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
350-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.13 |
350+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
351351
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9 |
352352
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 4.0 |
353353

354354
## Providers
355355

356356
| Name | Version |
357357
|------|---------|
358-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
358+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
359359
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.9 |
360360
| <a name="provider_tls"></a> [tls](#provider\_tls) | >= 4.0 |
361361

examples/eks-auto-mode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Note that this example may create resources which cost money. Run `terraform des
2525
| Name | Version |
2626
|------|---------|
2727
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
28-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.13 |
28+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
2929

3030
## Providers
3131

3232
| Name | Version |
3333
|------|---------|
34-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
34+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
3535

3636
## Modules
3737

examples/eks-auto-mode/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 6.13"
7+
version = ">= 6.15"
88
}
99
}
1010
}

examples/eks-hybrid-nodes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note that this example may create resources which cost money. Run `terraform des
2626
| Name | Version |
2727
|------|---------|
2828
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
29-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.13 |
29+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
3030
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 3.0 |
3131
| <a name="requirement_http"></a> [http](#requirement\_http) | >= 3.4 |
3232
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.5 |
@@ -36,8 +36,8 @@ Note that this example may create resources which cost money. Run `terraform des
3636

3737
| Name | Version |
3838
|------|---------|
39-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
40-
| <a name="provider_aws.remote"></a> [aws.remote](#provider\_aws.remote) | >= 6.13 |
39+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
40+
| <a name="provider_aws.remote"></a> [aws.remote](#provider\_aws.remote) | >= 6.15 |
4141
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 3.0 |
4242
| <a name="provider_http"></a> [http](#provider\_http) | >= 3.4 |
4343
| <a name="provider_local"></a> [local](#provider\_local) | >= 2.5 |

examples/eks-hybrid-nodes/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 6.13"
7+
version = ">= 6.15"
88
}
99
helm = {
1010
source = "hashicorp/helm"

examples/eks-managed-node-group/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 6.13"
7+
version = ">= 6.15"
88
}
99
}
1010
}

examples/karpenter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ Note that this example may create resources which cost money. Run `terraform des
9494
| Name | Version |
9595
|------|---------|
9696
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
97-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.13 |
97+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
9898
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 3.0 |
9999

100100
## Providers
101101

102102
| Name | Version |
103103
|------|---------|
104-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
105-
| <a name="provider_aws.virginia"></a> [aws.virginia](#provider\_aws.virginia) | >= 6.13 |
104+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
105+
| <a name="provider_aws.virginia"></a> [aws.virginia](#provider\_aws.virginia) | >= 6.15 |
106106
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 3.0 |
107107

108108
## Modules

examples/karpenter/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 6.13"
7+
version = ">= 6.15"
88
}
99
helm = {
1010
source = "hashicorp/helm"

examples/self-managed-node-group/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 6.13"
7+
version = ">= 6.15"
88
}
99
}
1010
}

modules/eks-managed-node-group/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ module "eks_managed_node_group" {
6464
| Name | Version |
6565
|------|---------|
6666
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
67-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.13 |
67+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
6868

6969
## Providers
7070

7171
| Name | Version |
7272
|------|---------|
73-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
73+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
7474

7575
## Modules
7676

0 commit comments

Comments
 (0)