feat(module): initial import

This commit is contained in:
Julien Dessaux 2025-04-10 12:37:36 +02:00
commit a046131bd2
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 415 additions and 0 deletions

7
providers.tf Normal file
View file

@ -0,0 +1,7 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}