Commit aaa244b6 authored by David Pestana's avatar David Pestana

add provider config

parent 96067db1
terraform {
required_providers { required_providers {
kubectl = { kubectl = {
source = "gavinbunney/kubectl" source = "gavinbunney/kubectl"
version = "1.13.0" version = "1.13.0"
}
}
} }
}
provider "kubectl" { provider "kubectl" {
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority[0].data) cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority[0].data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment