Add example for Argus credential resource (#498)
This commit is contained in:
parent
52db4797c2
commit
5d7c8faacf
6 changed files with 15 additions and 4 deletions
|
|
@ -10,7 +10,14 @@ description: |-
|
|||
|
||||
Argus credential resource schema. Must have a `region` specified in the provider configuration.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```terraform
|
||||
resource "stackit_argus_credential" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
}
|
||||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue