Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsouravin committed Dec 12, 2023
2 parents 0c2cdd8 + 32421b3 commit a620c29
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 a620c29

Please sign in to comment.