| page_title | subcategory | description |
|---|---|---|
conjur_host Resource - CyberArk Secrets Manager |
CyberArk Secrets Manager host resource |
CyberArk Secrets Manager host resource
resource "conjur_host" "my_host" {
name = "my-host"
branch = "data/terraform/test"
annotations = {
description = "Workload managed by Terraform",
environment = "development"
}
restricted_to = ["1.2.4.5", "10.20.30.10"]
authn_descriptors = [
{
type = "api_key"
}
]
}authn_descriptors(Attributes List) List of authentication descriptors for the host (see below for nested schema)branch(String) The policy branch of the hostname(String) The name of the host
annotations(Map of String) Key-value annotations for the hostowner(Attributes) Owner of the host (see below for nested schema)restricted_to(List of String) List of CIDR blocks the host is restricted totype(String) The host type
Required:
type(String) Type of authentication
Optional:
data(Attributes) Additional data for the authentication descriptor (see below for nested schema)service_id(String) Service ID for the authentication type
Optional:
claims(Map of String) Map of claim keys to expected values
Optional:
id(String) Owner identifierkind(String) Owner kind (user, group, etc.)