Jean-Frédéric

Results 18 issues of Jean-Frédéric

Hello, The `aws-ec2-assign-elastic-ip` package (installed via `pip`) got upgraded in our environment from 0.8.1 to 0.10.2. With that new version, the call to `aws-ec2-assign-elastic-ip` fails with ``` Traceback (most recent...

Problem: we know based on our Slack channel that some services go off “often”, but it’s hard to get the bigger picture. How often do we get a Critical on...

As a Cabot manager, I would like * a list of deactivated checks, * a list of failing instances * a list of checks attached to no services so I...

enhancement

When trying to add a service, I got `IntegrityError: null value in column "is_public" violates not-null constraint` This is likely linked to cb2fc2e Full stack trace: ``` ERROR 2017-09-04 15:29:04,018...

While digging through #536, I noticed that the debounce calculation works as follow: out of the last M (`debounce`) of N (hardcoded to 10) `recent_results`, return True at the first...

bug

According to https://stelligent.github.io/config-lint/#/terraform, rules can be applied to outputs and variables. However, I have not been able to make it work (as far as I can see there is no...

I have now tried the `min-required` feature that recently shipped with #335 (after testing the one in #305). It does not seem to work for the use case I described...

Hello, A feature I belieev much appreciated in the historical [GeoLocator tool](https://en.wikipedia.org/wiki/User:Teslaton/Tools/GeoLocator) is the ability to set the heading of the camera. Would that be something doable in locator-tool as...

**Describe the solution you'd like** I have an infrastructure repository looking like https://github.com/gruntwork-io/terragrunt-infrastructure-live-example, with a parent top-level Terragrunt file doing all the heavy lifting, and leaf Terragrunt file that are...

enhancement
awaiting response

Even when setting `TFENV_TERRAFORM_VERSION` to `min-required`, we might prefer to fallback on the normal inference method rather than a hard fail. Resolves #353