Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.74 KB

aws_secret_store.md

File metadata and controls

48 lines (37 loc) · 1.74 KB
page_title subcategory description
cybr-sh_aws_secret_store Resource - cybr-sh
AWS Secret Store Resource This resource is responsible for creating a new AWS secret store in Cyberark SecretsHub. For more information click here https://docs.cyberark.com/secrets-hub-privilege-cloud/Latest/en/Content/Developer/sh-create-aws-target-tutorial.htm?tocpath=Developer%7CTutorials%7C_____1.

cybr-sh_aws_secret_store (Resource)

AWS Secret Store Resource

This resource is responsible for creating a new AWS secret store in Cyberark SecretsHub.

For more information click here.

Example Usage

resource "cybr-sh_aws_secret_store" "awstest" {
  name               = "aws_store"
  description        = "AWS store for testing purpose"
  aws_account_alias  = "conjurdev"
  aws_account_id     = "AWS Account ID"
  aws_account_region = "us-east-1"
  aws_iam_role       = "AWS IAM Role"
}

Schema

Required

  • aws_account_alias (String) AWS Account Alias
  • aws_account_id (String) AWS Account ID
  • aws_account_region (String) AWS Region ID
  • aws_iam_role (String) AWS Role Name
  • description (String) Description for target/secret store.
  • name (String) Custom Secret Store Name for customizing the object name in a secret store.

Read-Only

  • id (String) CyberArk Privilege Cloud Secrets Store created from CyberArk after onboarding secret store into a secretshub.
  • last_updated (String)
  • type (String) Should always be 'AWS_ASM' for AWS Secret Manager.