We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5792b93 commit 20ca09eCopy full SHA for 20ca09e
awscli/customizations/cloudformation/artifact_exporter.py
@@ -683,6 +683,8 @@ def export(self):
683
LOG.exception(msg)
684
raise exceptions.InvalidModuleError(msg=msg)
685
686
+ self.template_dict = self.export_metadata(self.template_dict)
687
+
688
if RESOURCES not in self.template_dict:
689
return self.template_dict
690
@@ -698,7 +700,6 @@ def export(self):
698
700
699
701
702
- self.template_dict = self.export_metadata(self.template_dict)
703
self.template_dict = self.export_global_artifacts(self.template_dict)
704
self.export_resources(self.template_dict[RESOURCES])
705
0 commit comments