feat(module): initial import
All checks were successful
main / test (push) Successful in 56s

This commit is contained in:
Julien Dessaux 2025-04-10 23:46:01 +02:00
commit e2691f89e7
Signed by: adyxax
GPG key ID: F92E51B86E07177E
14 changed files with 553 additions and 0 deletions

8
providers.tf Normal file
View file

@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
configuration_aliases = [aws.core, aws.root, aws.tests]
source = "hashicorp/aws"
}
}
}