Resource Schema of AWS::EC2::IPAMResourceDiscovery Type
resource "awscc_ec2_ipam_resource_discovery" "example" {
description = "example resource discovery"
operating_regions = [
{
region_name = "us-east-1"
},
{
region_name = "us-west-2"
}
]
tags = [{
key = "Modified By"
value = "AWSCC"
}]
}
description
(String)operating_regions
(Attributes Set) The regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring (see below for nested schema)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)id
(String) Uniquely identifies the resource.ipam_resource_discovery_arn
(String) Amazon Resource Name (Arn) for the Resource Discovery.ipam_resource_discovery_id
(String) Id of the IPAM Pool.ipam_resource_discovery_region
(String) The region the resource discovery is setup in.is_default
(Boolean) Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.owner_id
(String) Owner Account ID of the Resource Discoverystate
(String) The state of this Resource Discovery.operating_regions
Required:
region_name
(String) The name of the region.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_ec2_ipam_resource_discovery.example <resource ID>