You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JCotton1123 Thanks for the response. That solution isn't working in my testing, but also, it's just moving the JSON from one part of the definition to another. My thought was it would be nicer if it were something like this:
resource :instances, "AWS::AutoScaling::LaunchConfiguration" do
some_property some_value
metadata, "AWS::CloudFormation::Init" do
config_sets do
setup_services ["ecs", "efs"]
end
end
end
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.
The text was updated successfully, but these errors were encountered: