1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Update versions.tf

This commit is contained in:
Andy Townsend
2024-08-16 09:30:54 +01:00
committed by GitHub
parent 03a9a08ce0
commit f0e5c79144
+2 -2
View File
@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.61"
version = ">= 5.60"
}
tls = {
source = "hashicorp/tls"
@@ -12,7 +12,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = ">= 0.9"
version = ">= 0.7.2"
}
}
}