Skip to content

feat: add force_naming to force bucket's name over naming convention

Jean-Pierre LE DREF requested to merge feat-force-naming-jp into main

The goal of this feature is to add the ability to set a custom name on buckets.

The main changes is handled by 2 files:

  • variables.tf: line 58-67 (add force_naming variable)
  • main.tf: line 30 (set force_naming value if set with an inference)

The rest is about terraform code formatting (terraform fmt --recursive).

Merge request reports