mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-11 21:11:32 +01:00
docs: Remove useless template provider in examples (#863)
This commit is contained in:
committed by
GitHub
parent
b183b97253
commit
4a8c79053a
@@ -19,10 +19,6 @@ provider "null" {
|
||||
version = "~> 2.1"
|
||||
}
|
||||
|
||||
provider "template" {
|
||||
version = "~> 2.1"
|
||||
}
|
||||
|
||||
data "aws_eks_cluster" "cluster" {
|
||||
name = module.eks.cluster_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user