Skip to content

Instantly share code, notes, and snippets.

@obowersa
Created August 20, 2015 11:53
Show Gist options
  • Save obowersa/de724275f311f1b737de to your computer and use it in GitHub Desktop.
Save obowersa/de724275f311f1b737de to your computer and use it in GitHub Desktop.
stack_tags = [{
:Key =>'environment',
:Value => config.environment,
},{
:Key =>'project',
:Value => config.get_item('project')
}]
autoscaling_tags = stack_tags.map(|e| e[:PropgateAtLaunch] = false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment