typo: fix observability plan name (#772)
This commit is contained in:
parent
6d4627cd24
commit
44f67adc34
7 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
resource "stackit_observability_instance" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
name = "example-instance"
|
||||
plan_name = "Monitoring-Medium-EU01"
|
||||
plan_name = "Observability-Monitoring-Medium-EU01"
|
||||
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
||||
metrics_retention_days = 7
|
||||
metrics_retention_days_5m_downsampling = 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue