Skip to content

Commit

Permalink
feature #1 - Remove region from terraform setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 5998991 commit ac10cfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
terraform {
required_version = ">= 0.13"

backend "remote" {
organization = "Eugeniosales"

region = "us-east-1"


workspaces {
name = "gh-actions-demo"
}
Expand Down

0 comments on commit ac10cfd

Please sign in to comment.