update examples (#395)
This commit is contained in:
parent
dc58d12cb9
commit
10b566c2f6
2 changed files with 14 additions and 8 deletions
|
|
@ -18,6 +18,9 @@ resource "stackit_argus_instance" "example" {
|
|||
name = "example-instance"
|
||||
plan_name = "Monitoring-Medium-EU01"
|
||||
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
||||
metrics_retention_days = 7
|
||||
metrics_retention_days_5m_downsampling = 30
|
||||
metrics_retention_days_1h_downsampling = 365
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,7 @@ resource "stackit_argus_instance" "example" {
|
|||
name = "example-instance"
|
||||
plan_name = "Monitoring-Medium-EU01"
|
||||
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
||||
metrics_retention_days = 7
|
||||
metrics_retention_days_5m_downsampling = 30
|
||||
metrics_retention_days_1h_downsampling = 365
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue