diff --git a/Infra/providers.tf b/Infra/providers.tf index e6db6da..566aa11 100644 --- a/Infra/providers.tf +++ b/Infra/providers.tf @@ -1,3 +1,8 @@ +terraform { + backend "s3" {} +} +/* provider "aws" { region = "eu-west-3" -} \ No newline at end of file +} +*/ \ No newline at end of file