Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 933 Bytes

index.md

File metadata and controls

37 lines (29 loc) · 933 Bytes
page_title subcategory description
cybr-sh Provider
Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault

cybr-sh Provider

Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault

Example Usage

variable "secret_key" {
  type      = string
  sensitive = true
}

provider "cybr-sh" {
  tenant        = "aarp0000"
  domain        = "example-domain"
  client_id     = "[email protected]"
  client_secret = var.secret_key
}

Schema

Required

  • client_id (String) CyberArk Client ID, formatted as [email protected].
  • client_secret (String, Sensitive) CyberArk Client ID Password.
  • domain (String) CyberArk Privilege Cloud Domain.
  • tenant (String) CyberArk Shared Services Tenant.