Skip to content

Commit c726f71

Browse files
committed
chore: Update test directory names
1 parent 852a5c0 commit c726f71

24 files changed

+13
-13
lines changed

modules/hybrid-node-role/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ module "eks_hybrid_node_role" {
7575
| Name | Version |
7676
|------|---------|
7777
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.2 |
78-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.70 |
78+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.75 |
7979

8080
## Providers
8181

8282
| Name | Version |
8383
|------|---------|
84-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.70 |
84+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.75 |
8585

8686
## Modules
8787

modules/hybrid-node-role/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 = ">= 5.70"
7+
version = ">= 5.75"
88
}
99
}
1010
}

tests/auto-mode/README.md renamed to tests/eks-auto-mode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EKS Managed Node Group
1+
# EKS Auto Mode
22

33
## Usage
44

File renamed without changes.

tests/auto-mode/main.tf renamed to tests/eks-auto-mode/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "eks" {
4242
authentication_mode = "API"
4343

4444
cluster_compute_config = {
45-
enabled = false
45+
enabled = true
4646
node_pools = ["general-purpose"]
4747
}
4848

File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/fargate-profile/README.md renamed to tests/eks-fargate-profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fargate Profile
1+
# EKS Fargate Profile
22

33
## Usage
44

File renamed without changes.

0 commit comments

Comments
 (0)