docs: Remove useless template provider in examples (#863)

This commit is contained in:
Thierno IB. BARRY
2020-05-06 12:16:39 +02:00
committed by GitHub
parent b183b97253
commit 4a8c79053a
6 changed files with 0 additions and 24 deletions

View File

@@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}
provider "template" {
version = "~> 2.1"
}
data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}