awscc_ec2_ipam_resource_discovery_association (Resource)

Resource Schema of AWS::EC2::IPAMResourceDiscoveryAssociation Type

Example Usage

Basic

resource "awscc_ec2_ipam_resource_discovery_association" "example" {
  ipam_id                    = awscc_ec2_ipam.example.id
  ipam_resource_discovery_id = awscc_ec2_ipam_resource_discovery.example.id
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_ec2_ipam_resource_discovery_association.example <resource ID>