feat(ci): ensure docs are up-to-date on PRs (#767)

relates to STACKITTPR-153
This commit is contained in:
Ruben Hönle 2025-04-08 10:24:19 +02:00 committed by GitHub
parent c41d61cdc4
commit 37754e865d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Observability scrape config data source schema. Must have a `region` specified i
data "stackit_observability_scrapeconfig" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
job_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example"
}
```