Skip to content

Feat: Use official S3 terraform module

Jean LOPIN requested to merge feat/use-official-s3-terraform-module into main

With the use of the current version of this GCS Terraform module, there is a lot of custom code which is needed to add outside of this module to configure the S3 Bucket. This generate code duplicates or recreation of a new S3 module allowing more S3 configuration.

To fix this, I would like to use the official S3 Terraform module which allow us to configure all necessary parts of a S3 bucket alongside configuring it with Safran standards and requirements.

Merge request reports