feat(observability): add description to credential resource (#992)

relates to STACKITTPR-333, #974
This commit is contained in:
Ruben Hönle 2025-09-16 09:19:36 +02:00 committed by GitHub
parent 4b46119433
commit 39c52f4367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 34 additions and 6 deletions

View file

@ -1,4 +1,5 @@
resource "stackit_observability_credential" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
description = "Description of the credential."
}