We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2ca2a commit 51c730cCopy full SHA for 51c730c
1 file changed
KaaS/Elastic Kubernetes Service(EKS)/Terraform/codebuild-interactions/terraform.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = "5.86.1"
+ version = ">= 5.34"
8
}
9
helm = {
10
source = "hashicorp/helm"
@@ -45,4 +45,4 @@ provider "kubectl" {
45
cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
46
load_config_file = false
47
token = data.aws_eks_cluster_auth.this.token
48
-}
+}
0 commit comments