1.4 KiB
1.4 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_argus_credential Resource - stackit | Argus credential resource schema. Must have a region specified in the provider configuration. !> The stackit_argus_credential resource has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_credential instead, which offers the exact same functionality. |
stackit_argus_credential (Resource)
Argus credential resource schema. Must have a region specified in the provider configuration.
!> The stackit_argus_credential resource has been deprecated and will be removed after February 26th 2025. Please use stackit_observability_credential instead, which offers the exact same functionality.
Example Usage
resource "stackit_argus_credential" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
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 passwordusername(String) Credential username