Skip to content

Commit

Permalink
use tf-module-monitoring-21 on prod & stagin (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde authored Nov 9, 2023
1 parent c0c3950 commit b80d6e5
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-20"
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-21"

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-20"
source = "git::ssh://[email protected]/wmde/wbaas-deploy//tf//modules/monitoring?ref=tf-module-monitoring-21"
providers = {
kubernetes = kubernetes.wbaas-2
}
Expand Down

0 comments on commit b80d6e5

Please sign in to comment.