mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 09:07:20 +01:00
fix: Revert removal of templates provider (#883)
Broke use case of passing in custom template content. Reverts most of the following PRs: - #865 - #863 - #854
This commit is contained in:
@@ -19,6 +19,10 @@ 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