Add example for Argus credential resource (#498)

This commit is contained in:
João Palet 2024-08-08 13:37:16 +01:00 committed by GitHub
parent 52db4797c2
commit 5d7c8faacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,4 @@
resource "stackit_argus_credential" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}