Resource Type: subnet

Defined in:
lib/puppet/type/subnet.rb
Providers:
awscli

Overview

The name of the VPC that contains this subnet. This parameter is required to create a new subnet.

Properties

  • availability_zone (defaults to: a)
  • cidr (defaults to: 10.0.0.0/8)
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • nacl
  • public_ip
  • region (defaults to: us-east-1)

    The region parameter is required for all puppet actions on this resource. It needs to follow the 'us-east-1' style, and not the 'N. Virginia' format. Changing this paramter does not move the resource from one region to another, but it may create a new resource in the new region, and will completely ignore the existing resource in the old region

  • route_table
  • tags

Parameters

  • name (namevar)
  • vpc

    The name of the VPC that contains this subnet. This parameter is required to create a new subnet.