RB

Results 868 comments of RB

Ok. Fair enough. I was just looking for a way to put pm2-logrotate configs directly in the ecosystem.config.js which this ticket seems to be referring to.

@NitayRabi I haven't found a way to do this. I'm a little confused on how to set these parameters without using the `set` commands. It's possible this functionality is not...

@adeliofioritto I believe it refers to a single process. My `retain` is set to 720 and I have 4 processes and I have a total of 2,880 (720 * 4)...

Thanks for the contribution Pepe. In order to migrate, the following will need to be done 1. Review other past PRs * https://github.com/cloudposse/terraform-aws-efs/pull/94 * https://github.com/cloudposse/terraform-aws-msk-apache-kafka-cluster/pull/44 1. Deprecate old variables instead...

hi @syphernl. Thanks for the contribution. We're still waiting for the new sg module 0.4.0 to be used with this repo before this repos code is unfrozen. Please wait for...

Unfortunately every key needs to be defined See this in our examples https://github.com/cloudposse/terraform-aws-ecs-container-definition/blob/ec4c4a662fe3f5d9d8cf594a41d31e10e13bd8f9/examples/complete/fixtures.us-east-2.tfvars#L49-L56 For every key that is unneeded, try using `null`

I'm not sure if I completely understand this PR. It seems like there is an addition of 2 things. 1. disable the module 2. output all the parameters for the...

Oh I see. You want to use all the business logic within the module but none of the ecs services itself because you'd like to add your own custom lifecycle...

You could do the following to keep it DRY * Create a local that contains all of the ecs task def inputs * Update the single output to use the...