Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 1.66 KB

loadbalancer_credential.md

File metadata and controls

40 lines (30 loc) · 1.66 KB
page_title subcategory description
stackit_loadbalancer_credential Resource - stackit
Load balancer credential resource schema. Must have a region specified in the provider configuration. !> The stackit_loadbalancer_credential resource has been deprecated and will be removed after November 13th 2024. Please use stackit_loadbalancer_observability_credential instead, which offers the exact same functionality.

stackit_loadbalancer_credential (Resource)

Load balancer credential resource schema. Must have a region specified in the provider configuration.

!> The stackit_loadbalancer_credential resource has been deprecated and will be removed after November 13th 2024. Please use stackit_loadbalancer_observability_credential instead, which offers the exact same functionality.

Example Usage

resource "stackit_loadbalancer_credential" "example" {
  project_id   = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  display_name = "example-credentials"
  username     = "example-user"
  password     = "example-password"
}

Schema

Required

  • display_name (String) Credential name.
  • password (String) The password used for the ARGUS instance.
  • project_id (String) STACKIT project ID to which the load balancer credential is associated.
  • username (String) The username used for the ARGUS instance.

Read-Only

  • credentials_ref (String) The credentials reference can be used for observability of the Load Balancer.
  • id (String) Terraform's internal resource ID. It is structured as "project_id","credentials_ref".