page_title | subcategory | description |
---|---|---|
cyberark_aws_secret_store Resource - cyberark |
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. |
AWS Secret Store Resource
This resource is responsible for creating a new AWS secret store in Cyberark SecretsHub.
For more information click here.
resource "cyberark_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"
}
aws_account_alias
(String) AWS Account Aliasaws_account_id
(String) AWS Account IDaws_account_region
(String) AWS Region IDaws_iam_role
(String) AWS Role Namedescription
(String) Description for target/secret store.name
(String) Custom Secret Store Name for customizing the object name in a secret store.
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.