Skip to content

Commit d97a9a4

Browse files
committed
Add minikube integ tests
1 parent 1c605d3 commit d97a9a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/amazon-cloudwatch-observability/terraform/eks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "k8s_version" {
1414
# eks addon and helm tests are similar
1515
variable "test_dir" {
1616
type = string
17-
default = "../../validatons/eks"
17+
default = "../../validations/eks"
1818
}
1919

2020
variable "helm_dir" {

integration-tests/amazon-cloudwatch-observability/terraform/eks/windows/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "k8s_version" {
1414
# eks addon and helm tests are similar
1515
variable "test_dir" {
1616
type = string
17-
default = "../../../validatons/eks"
17+
default = "../../../validations/eks"
1818
}
1919

2020
variable "helm_dir" {

0 commit comments

Comments
 (0)