Nuru
Nuru
@nitrocode Do you have any suggestion as to how to implement this? You would have to trap/prevent `exit`, `logout`, and ctrl-D. I know you can set `IGNOREEOF` to give a...
@osterman How far do #439 and https://github.com/cloudposse/reference-architectures/pull/21 get you to where you want to be with respect to making `kops` a separate module?
I am interested in having `direnv` load a different configuration file as well. I'm using `.envrc` to hold 12-factor app [configuration parameters](https://12factor.net/config), and it works well in principle, but I...
@mszostok You are right that people will want to disable other sub-checks. If you look at other "linters" you will see that in general they give some kind of name/label/key...
@jurgen-weber-deltatre After implementing `website_redirect_all_requests_to` and `website_configuration`, please follow the pattern in https://github.com/cloudposse/terraform-aws-s3-bucket/blob/master/variables-deprecated.tf to make `website_inputs` deprecated and transform it into the new inputs. Please also add `bucket_website_endpoint` output, along the...
I am closing this as "invalid" because 1. I cannot reproduce the error 2. An API error such as `MissingSecurityHeader: Your request was missing a required header` is an error...
Confirmed. You probably cannot use CORS rules, either. Sorry about that.
@jurgen-weber-deltatre I plan to fix this along with #137 when AWS provider v4.9.0 is released. You do not need to do any more work on fixing this problem, but if...
@rstml we are tracking a fix for this in #142 Meanwhile, you may want to use one of our other modules, [terraform-aws-s3-website](https://github.com/cloudposse/terraform-aws-s3-website) or [terraform-aws-cloudfront-s3-cdn](https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn). Eventually those will be re-written to...
I have a similar but different name collision: some of my models already implement a `recommendable?` function that of course has a different meaning. You might want to look into...