typo: fix observability plan name (#772)

This commit is contained in:
Mauritz Uphoff 2025-04-08 16:29:11 +02:00 committed by GitHub
parent 6d4627cd24
commit 44f67adc34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -57,7 +57,7 @@ This guide outlines the process of utilizing the [HashiCorp Vault provider](http
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"
}
```