Commit 857eca98 authored by David Pestana's avatar David Pestana

terrafrom wrapper

parent aaa244b6
required_providers {
kubectl = {
terraform {
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)
......
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