Resource: aws_verifiedaccess_trust_provider

Terraform resource for managing a Verified Access Trust Provider.

Example Usage

resource "aws_verifiedaccess_trust_provider" "example" {
  policy_reference_name    = "example"
  trust_provider_type      = "user"
  user_trust_provider_type = "iam-identity-center"
}

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:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Transfer Workflows using the id. For example:

import {
  to = aws_verifiedaccess_trust_provider.example
  id = "vatp-8012925589"
}

Using terraform import, import Transfer Workflows using the id. For example:

% terraform import aws_verifiedaccess_trust_provider.example vatp-8012925589