This commit is contained in:
Johan LEROY
2026-08-05 09:11:14 +02:00
parent fdbc1d04a3
commit 478401f751
10 changed files with 288 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "6.38.0"
}
}
}