aws-cloudformation / cfn-language-discussion

Language discussions for CloudFormation template language
https://aws.amazon.com/cloudformation/
Apache License 2.0
142 stars 13 forks source link

CloudFormation stacks using modules should have the ability to specify the module version in stack template #33

Open nelomsmn opened 2 years ago

nelomsmn commented 2 years ago

Name of the resource

Other

Resource name

Template Modules

Description

When updating a stack in CloudFormation, Template users should have the ability to identify in the template which module version CloudFormation should use for modules included in the template. Currently CloudFormation always uses the default module version set for the Account and Region.

Other Details

No response

lejiati commented 2 years ago

@nelomsmn Thank you very much for your feedback! Since this repository is focused on resource coverage, I'm transferring this issue over to a new GitHub repository dedicated to CloudFormation template language issues.

agostain commented 1 year ago

Any progress on this one?

qmg-drettie commented 4 months ago

any updates on this ? It's a blocker for us using modules

yukurt commented 4 months ago

Me too. The inability to specify a specific module version to use is a major disadvantage in using modules.

ArmandoDo commented 6 days ago

Hi there! We just want a way to switch the version of the modules available in the CloudFormation registry.

The versioning doesn't make sense if it's not possible to use in the CF templates (I could be wrong if the versioning has other purpose)