Skip to content

Commit de50a0d

Browse files
committed
Add alerting and recording rules
1 parent 031a47e commit de50a0d

File tree

4 files changed

+1567
-2
lines changed

4 files changed

+1567
-2
lines changed

examples/existing-cluster-with-base-and-infra/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ module "workloads_infra" {
105105
# module custom configuration, check module documentation
106106
# config = {}
107107

108+
tags = local.tags
109+
108110
depends_on = [
109111
module.eks_observability_accelerator
110112
]

workloads/infra/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
terraform {
32
required_providers {
43
grafana = {

0 commit comments

Comments
 (0)