ng-implementation/providers.tf
LEMOINE Baptiste - EXT-SAVANE CONSULTING GROUP (SAFRAN AIRCRAFT ENGINES) e31fdc2c02 up structure for tf
2025-09-19 10:09:31 +02:00

9 lines
78 B
HCL

provider "aws" {
region = var.region
}
terraform {
backend "s3" {
}
}