Skip to content

Commit

Permalink
docs: Remove useless template provider in examples (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib authored May 6, 2020
1 parent b183b97 commit 4a8c790
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down
4 changes: 0 additions & 4 deletions examples/irsa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down
4 changes: 0 additions & 4 deletions examples/launch_templates/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down
4 changes: 0 additions & 4 deletions examples/managed_node_groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down
4 changes: 0 additions & 4 deletions examples/secrets_encryption/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down
4 changes: 0 additions & 4 deletions examples/spot_instances/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ provider "null" {
version = "~> 2.1"
}

provider "template" {
version = "~> 2.1"
}

data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
}
Expand Down

0 comments on commit 4a8c790

Please sign in to comment.