Yassin Chelabi

Results 3 issues of Yassin Chelabi

It would be nice if this could generate/Manage a K8s configMap (or a k8s secret) with all the outputs of the cloudFormation (instead of only keeping those in the "status"...

There is a nice Cloudformation feature called **"detect stack drifts"** which allow us to see if the resources deployed by CF drifted from the CF definition's state (like if someone...

Consider blank variables as nil. Useful when using `"${ENV_VARIABLE}"` way during the compile time, that is converted to `""` when no env found at run time.