* Make client config error message more clear * Add missing log * Add region detail to resource/data source description * Generate docs * Remove resourcemanager using region * Apply changes to MongoDBFlex user * Generate docs * Fix wrong description --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
27 lines
844 B
Markdown
27 lines
844 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackit_argus_credential Resource - stackit"
|
|
subcategory: ""
|
|
description: |-
|
|
Argus credential resource schema. Must have a region specified in the provider configuration.
|
|
---
|
|
|
|
# stackit_argus_credential (Resource)
|
|
|
|
Argus credential resource schema. Must have a `region` specified in the provider configuration.
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `instance_id` (String) The Argus Instance ID the credential belongs to.
|
|
- `project_id` (String) STACKIT project ID to which the credential is associated.
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`instance_id`,`username`".
|
|
- `password` (String, Sensitive) Credential password
|
|
- `username` (String) Credential username
|