* update argus instance examples * Set update metrics to default when not provided * address PR comments
9 lines
471 B
HCL
9 lines
471 B
HCL
resource "stackit_argus_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "example-instance"
|
|
plan_name = "Monitoring-Medium-EU01"
|
|
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
|
metrics_retention_days = 365
|
|
metrics_retention_days_5m_downsampling = 60
|
|
metrics_retention_days_1h_downsampling = 10
|
|
}
|