feat: Add support for newly released AL2023 accelerated AMI types (#3177)

This commit is contained in:
Bryant Biggs
2024-10-12 16:44:24 +00:00
committed by GitHub
parent eb78240617
commit b2a8617794
34 changed files with 58 additions and 47 deletions

View File

@@ -31,7 +31,7 @@ module "eks" {
version = "~> 20.0"
cluster_name = "my-cluster"
cluster_version = "1.30"
cluster_version = "1.31"
cluster_endpoint_public_access = true
@@ -175,7 +175,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.2 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.61 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.70 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 3.0 |
@@ -183,7 +183,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.61 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.70 |
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.9 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | >= 3.0 |