Terraform data source for managing an AWS Verified Permissions Policy Store.
data "aws_verifiedpermissions_policy_store" "example" {
id = "example"
}
The following arguments are required:
id
- (Required) The ID of the Policy Store.This data source exports the following attributes in addition to the arguments above:
arn
- The ARN of the Policy Store.created_date
- The date the Policy Store was created.last_updated_date
- The date the Policy Store was last updated.validation_settings
- Validation settings for the policy store.