terraform-aws-modules / terraform-aws-s3-bucket

Terraform module to create AWS S3 resources 🇺🇦

Home Page:https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit testing using localstack

ma-caylent opened this issue · comments

Is your request related to a new feature? Please describe.

Hey! What about adding some unit testing? We can probably use safety terratest+localstack for common scenarios

Thanks

Localstack != AWS. This is important unless users run production on localstack.

Terratest is not a solution I want us to have in these modules because it will require a lot of effort to maintain them. We have code in examples as a replacement to test (yes, it may sound weird but it is true).

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.