File tree Expand file tree Collapse file tree
infrastructure/modules/observability-datasource Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ module "observability_datasource" {
2+ source = " ../infrastructure/modules/observability-datasource"
3+
4+ project = " example-project"
5+ environment = " dev"
6+ component = " observability"
7+ aws_account_id = " 123456789012"
8+ region = " us-east-1"
9+ name = " example-datasource"
10+ oam_sink_id = " example-sink-id"
11+ observability_account_id = " 098765432109"
12+ default_tags = { Owner = " team-example" , Environment = " dev" }
13+ resource_types = [
14+ " AWS::CloudWatch::Metric" ,
15+ " AWS::Logs::LogGroup"
16+ ]
17+ log_group_configuration = {
18+ filter = " example-log-group-filter"
19+ }
20+ metric_configuration = {
21+ filter = " example-metric-filter"
22+ }
23+ }
Original file line number Diff line number Diff line change 11locals {
2- module = " eventpub "
2+ module = " obersvability-datasource "
33
44 csi = replace (
55 format (
You can’t perform that action at this time.
0 commit comments