Skip to content

Commit

Permalink
Merge pull request #3 from g-lorena/feat/CI_CD
Browse files Browse the repository at this point in the history
change providers.tf, by adding backend
  • Loading branch information
g-lorena committed Apr 29, 2024
2 parents 2edf32e + 4ab04a2 commit 2b297fd
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 2b297fd

Please sign in to comment.