awscc_ec2_ipam_scope (Resource)

Resource Schema of AWS::EC2::IPAMScope Type

Example Usage

Basic

resource "awscc_ec2_ipam_scope" "example" {
  ipam_id = awscc_ec2_ipam.example.id

  tags = [{
    key   = "Modified By"
    value = "AWSCC"
  }]
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_ec2_ipam_scope.example <resource ID>