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.
Currently, it is only possible to define Metadata for a resource as an argument as such:
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.