Skip to content

Commit

Permalink
fix: Remove unused hashicorp/template provider (#1842)
Browse files Browse the repository at this point in the history
Signed-off-by: flavono123 <flavono123@gmail.com>
  • Loading branch information
flavono123 committed Dec 12, 2023
1 parent aa8222b commit 32421b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions patterns/blue-green-upgrade/modules/eks_cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,3 @@ output "gitops_metadata" {
value = local.addons_metadata
sensitive = true
}

# output "debug" {
# description = "debug output"
# #value = data.template_file.addons_template.rendered
# value = data.template_file.workloads_template.rendered
# #value = file("${path.module}/../../bootstrap/addons.yaml")
# }
4 changes: 0 additions & 4 deletions patterns/blue-green-upgrade/modules/eks_cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ terraform {
source = "hashicorp/kubernetes"
version = "2.22.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
}
}

0 comments on commit 32421b3

Please sign in to comment.