Skip to content

Commit

Permalink
change providers.tf, by adding backend
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent 8417c7e commit 4ab04a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Infra/providers.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
backend "s3" {}
}
/*
provider "aws" {
region = "eu-west-3"
}
}
*/

0 comments on commit 4ab04a2

Please sign in to comment.