Skip to content

Commit

Permalink
chore(tf): bump monitoring module to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Dec 20, 2023
1 parent a33370f commit 393f729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf/env/production/monitoring.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "production-monitoring" {
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-23"
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-24"

providers = {
kubernetes = kubernetes.wbaas-3
Expand Down
2 changes: 1 addition & 1 deletion tf/env/staging/monitoring.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "staging-monitoring" {
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-23"
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-24"
providers = {
kubernetes = kubernetes.wbaas-2
}
Expand Down

0 comments on commit 393f729

Please sign in to comment.