Resource: aws_verifiedpermissions_policy_store

This is a Terraform resource for managing an AWS Verified Permissions Policy Store.

Example Usage

Basic Usage

resource "aws_verifiedpermissions_policy_store" "example" {
  validation_settings {
    mode = "STRICT"
  }
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import Verified Permissions Policy Store using the policy_store_id. For example:

import {
  to = aws_verifiedpermissions_policy_store.example
  id = "DxQg2j8xvXJQ1tQCYNWj9T"
}

Using terraform import, import Verified Permissions Policy Store using the policy_store_id. For example:

% terraform import aws_verifiedpermissions_policy_store.example DxQg2j8xvXJQ1tQCYNWj9T