pulumi_wasm_providers_aws_mini::ec2

Module vpc_ipam_resource_discovery

source
Expand description

Provides an IPAM Resource Discovery resource. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account. For a full deployment example, see aws.ec2.VpcIpamResourceDiscoveryAssociation resource.

§Example Usage

Basic usage:

resources:
  main:
    type: aws:ec2:VpcIpamResourceDiscovery
    properties:
      description: My IPAM Resource Discovery
      operatingRegions:
        - regionName: ${current.name}
      tags:
        Test: Main
variables:
  current:
    fn::invoke:
      function: aws:getRegion
      arguments: {}

§Import

Using pulumi import, import IPAMs using the IPAM resource discovery id. For example:

$ pulumi import aws:ec2/vpcIpamResourceDiscovery:VpcIpamResourceDiscovery example ipam-res-disco-0178368ad2146a492

Structs§

Functions§

  • Registers a new resource with the given unique name and arguments