up structure for tf

This commit is contained in:
LEMOINE Baptiste - EXT-SAVANE CONSULTING GROUP (SAFRAN AIRCRAFT ENGINES) 2025-09-19 10:09:31 +02:00
parent a3c818ef83
commit e31fdc2c02
874 changed files with 3019 additions and 67372 deletions

10
version.tf Normal file
View file

@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=5.40.0"
}
}
}