Skip to content

Cleanly Define Metadata #38

@dlahn

Description

@dlahn

Currently, it is only possible to define Metadata for a resource as an argument as such:

resource :instances, 
  "AWS::AutoScaling::LaunchConfiguration",  
  "Metadata": {

  } do

However, these sections can get quite large, especially is they are being used to define CloudFormation Init metadata.

It would be nice if this metadata could be defined in blocks similar to properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions