Resource: aws_dataexchange_revision

Provides a resource to manage AWS Data Exchange Revisions.

Example Usage

resource "aws_dataexchange_revision" "example" {
  data_set_id = aws_dataexchange_data_set.example.id
}

Argument Reference

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 DataExchange Revisions using their data-set-id:revision-id. For example:

import {
  to = aws_dataexchange_revision.example
  id = "4fa784c7-ccb4-4dbf-ba4f-02198320daa1:4fa784c7-ccb4-4dbf-ba4f-02198320daa1"
}

Using terraform import, import DataExchange Revisions using their data-set-id:revision-id. For example:

% terraform import aws_dataexchange_revision.example 4fa784c7-ccb4-4dbf-ba4f-02198320daa1:4fa784c7-ccb4-4dbf-ba4f-02198320daa1