cloudform
cloudform copied to clipboard
EC2.Instance.Metadata
Thanks for the great module, I'm using it extensively.
Please consider supporting EC2.Instance.Metadata.AWS::CloudFormation::Init as described here.
Metadata key is already present on all Resource/ResourceBase derivatives. And as all definition files are built from AWS exports, it looks like AWS does not emit that specific typing.
You can plainly use instance.Metadata = { 'AWS::CloudFormation::Init': {/* ... */}} currently.
I'd hope to have it solved in the source, that is CloudFormation-provided schema. I've asked on the AWS forum.