Skip to content

Commit

Permalink
chore(deps): update terraform nlamirault/observability/scaleway to v1…
Browse files Browse the repository at this point in the history
….2.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 51486c0 commit dc93837
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "mimir" {
source = "nlamirault/observability/scaleway//modules/mimir"
version = "1.0.0"
version = "1.2.2"

project_id = var.project_id
cluster_name = var.cluster_name
Expand All @@ -26,7 +26,7 @@ module "mimir" {

module "loki" {
source = "nlamirault/observability/scaleway//modules/loki"
version = "1.0.0"
version = "1.2.2"

project_id = var.project_id
cluster_name = var.cluster_name
Expand All @@ -36,7 +36,7 @@ module "loki" {

module "tempo" {
source = "nlamirault/observability/scaleway//modules/tempo"
version = "1.0.0"
version = "1.2.2"

project_id = var.project_id
cluster_name = var.cluster_name
Expand All @@ -46,7 +46,7 @@ module "tempo" {

module "cockpit" {
source = "nlamirault/observability/scaleway//modules/cockpit"
version = "1.0.0"
version = "1.2.2"

cluster_name = var.cluster_name
}

0 comments on commit dc93837

Please sign in to comment.