Skip to content

Instantly share code, notes, and snippets.

@dgrstl
Created February 25, 2016 01:53
Show Gist options
  • Save dgrstl/a8d4428662407b879c4d to your computer and use it in GitHub Desktop.
Save dgrstl/a8d4428662407b879c4d to your computer and use it in GitHub Desktop.
dave-mbp:~ dave$ puppet resource ec2_vpc_subnet tse-subnet-avza-1
ec2_vpc_subnet { 'tse-subnet-avza-1':
ensure => 'present',
availability_zone => 'us-west-2a',
cidr_block => '10.98.10.0/24',
map_public_ip_on_launch => 'true',
region => 'us-west-2',
route_table => 'tse-routes',
tags => {'created_by' => 'cbarker', 'department' => 'TSE', 'project' => 'Infrastructure'},
vpc => 'tse-vpc',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment