We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ResourceTags
ResourceTags is a supported property of AWS::ImageBuilder::InfrastructureConfiguration: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-resourcetags
AWS::ImageBuilder::InfrastructureConfiguration
But currently it's not supported in troposphere's imagebuilder.InfrastructureConfiguration class: https://github.com/cloudtools/troposphere/blob/master/troposphere/imagebuilder.py#L118-L133.
imagebuilder.InfrastructureConfiguration
This property is important to enable adding tags to output resources of the image builder.
The text was updated successfully, but these errors were encountered:
5dff2d4
Added. Thanks for the issue.
Sorry, something went wrong.
No branches or pull requests
ResourceTags
is a supported property ofAWS::ImageBuilder::InfrastructureConfiguration
: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-resourcetagsBut currently it's not supported in troposphere's
imagebuilder.InfrastructureConfiguration
class: https://github.com/cloudtools/troposphere/blob/master/troposphere/imagebuilder.py#L118-L133.This property is important to enable adding tags to output resources of the image builder.
The text was updated successfully, but these errors were encountered: