9 lines
491 B
HCL
9 lines
491 B
HCL
resource "stackit_observability_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "example-instance"
|
|
plan_name = "Observability-Monitoring-Medium-EU01"
|
|
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
|
metrics_retention_days = 30
|
|
metrics_retention_days_5m_downsampling = 10
|
|
metrics_retention_days_1h_downsampling = 5
|
|
}
|