Commit aaa244b6 authored by David Pestana's avatar David Pestana

add provider config

parent 96067db1
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.13.0"
}
}
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.13.0"
}
}
provider "kubectl" {
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority[0].data)
host = data.aws_eks_cluster.cluster.endpoint
......
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