Skip to content

Commit 7c543a7

Browse files
committed
formatting
1 parent a693da9 commit 7c543a7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

sysdig/resource_sysdig_monitor_team_ibm_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ resource "sysdig_monitor_team" "sample" {
6060
description = "%s"
6161
scope_by = "host"
6262
filter = "container.image.repo = \"sysdig/agent\""
63-
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
63+
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
6464
can_use_sysdig_capture = true
6565
can_see_infrastructure_events = true
6666
6767
entrypoint {
68-
type = "Dashboards"
68+
type = "Dashboards"
6969
}
7070
}`, name, name)
7171
}
@@ -78,7 +78,7 @@ resource "sysdig_monitor_team" "sample" {
7878
ibm_platform_metrics = "foo in (\"0\") and bar in (\"3\")"
7979
8080
entrypoint {
81-
type = "Dashboards"
81+
type = "Dashboards"
8282
}
8383
}`, name)
8484
}
@@ -88,10 +88,10 @@ func monitorTeamWithPlatformMetricsAndPrwMetricsIBM(name string) string {
8888
resource "sysdig_monitor_team" "sample" {
8989
name = "sample-%s"
9090
enable_ibm_platform_metrics = true
91-
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
91+
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
9292
9393
entrypoint {
94-
type = "Dashboards"
94+
type = "Dashboards"
9595
}
9696
}`, name)
9797
}

sysdig/resource_sysdig_monitor_team_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ resource "sysdig_monitor_team" "sample" {
5858
can_use_sysdig_capture = true
5959
can_see_infrastructure_events = true
6060
can_use_aws_data = true
61-
can_use_agent_cli = true
61+
can_use_agent_cli = true
6262
6363
entrypoint {
64-
type = "Dashboards"
64+
type = "Dashboards"
6565
}
6666
}`, name, name)
6767
}

website/docs/r/monitor_team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "sysdig_monitor_team" "devops" {
1919
name = "Monitoring DevOps team"
2020
2121
entrypoint {
22-
type = "DashboardTemplates"
22+
type = "DashboardTemplates"
2323
selection = "view.net.http"
2424
}
2525

0 commit comments

Comments
 (0)