cloudformation-operator icon indicating copy to clipboard operation
cloudformation-operator copied to clipboard

Allow template content to be fetched from configmap or env

Open vishalsparmar opened this issue 3 years ago • 1 comments

The template for the Cloudformation yaml is currently inline string and difficult to maintain. Can we allow template to be fetched from config map or an env variable please. This will allow separating the stack yaml with cloud formation. Thanks

vishalsparmar avatar Jun 09 '21 17:06 vishalsparmar

You may want to check this out and see if it meets your needs:

https://github.com/cuppett/cloudformation-operator/pull/32

cuppett avatar Sep 17 '21 23:09 cuppett