diff options
| author | Paul Buetow <paul@buetow.org> | 2024-07-03 23:12:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-07-03 23:12:46 +0300 |
| commit | c65285ec170a778e97171e12257df05c0dd95869 (patch) | |
| tree | 5b72c77c32c97e807a91e2668224613be9788b4e /org-buetow-eks/main.tf | |
| parent | cd4fec80fb930b53c73f1f3d9220fa3e6d958e6e (diff) | |
add update-kubeconfig command as an output
Diffstat (limited to 'org-buetow-eks/main.tf')
| -rw-r--r-- | org-buetow-eks/main.tf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org-buetow-eks/main.tf b/org-buetow-eks/main.tf index c854b5c..b5de08e 100644 --- a/org-buetow-eks/main.tf +++ b/org-buetow-eks/main.tf @@ -16,4 +16,3 @@ provider "kubernetes" { cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data) token = data.aws_eks_cluster_auth.cluster.token } - |
