Nuru

Results 284 comments of Nuru

This appears doable now with https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_request_payment_configuration

AWS no longer allows server-side encryption to be turned off, so closing this issue as moot. The closest you can come is to set `sse_algorithm = "AES256"`. If you still...

I believe this is a duplicate of #168

@fatporkrinds Thank you for reporting this issue. So we can reproduce it, please let us know more about how you ran into it: - What host architecture were you running...

Considering closed by #917. If problem persists, please reopen with the requested information.

Alpine 3.19.1 changed something about Python that breaks our Docker build. Will have to investigate and fix before moving off Alpine 3.18. We will probably drop Alpine support completely rather...

@hans-d I cannot reproduce this issue. Please elaborate. Currently, `build-harness` is only built for `linux/amd64` because it is built on Alpine and we do not have underlying support for ARM64...

The module creates an S3 backend to be used by Terraform. Usually this is done once per company/organization, so I do not understand why you are trying to create one...