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

Latest commit

 

History

History
38 lines (27 loc) · 1.15 KB

secretsmanager_instance.md

File metadata and controls

38 lines (27 loc) · 1.15 KB
page_title subcategory description
stackit_secretsmanager_instance Resource - stackit
Secrets Manager instance resource schema. Must have a region specified in the provider configuration.

stackit_secretsmanager_instance (Resource)

Secrets Manager instance resource schema. Must have a region specified in the provider configuration.

Example Usage

resource "stackit_secretsmanager_instance" "example" {
  project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  name       = "example-instance"
  acls       = ["XXX.XXX.XXX.X/XX", "XX.XXX.XX.X/XX"]
}

Schema

Required

  • name (String) Instance name.
  • project_id (String) STACKIT project ID to which the instance is associated.

Optional

  • acls (Set of String) The access control list for this instance. Each entry is an IP or IP range that is permitted to access, in CIDR notation

Read-Only

  • id (String) Terraform's internal resource ID. It is structured as "project_id,instance_id".
  • instance_id (String) ID of the Secrets Manager instance.