Skip to content

Instantly share code, notes, and snippets.

@dgrstl
Created February 25, 2016 01:49
Show Gist options
  • Save dgrstl/a2cf3979875c90a0a0bb to your computer and use it in GitHub Desktop.
Save dgrstl/a2cf3979875c90a0a0bb to your computer and use it in GitHub Desktop.
dave-mbp:~ dave$ puppet resource ec2_vpc tse-vpc
ec2_vpc { 'tse-vpc':
ensure => 'present',
cidr_block => '10.98.0.0/16',
instance_tenancy => 'default',
region => 'us-west-2',
tags => {'created_by' => 'cbarker', 'department' => 'TSE', 'project' => 'Infrastructure'},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment