Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-gomes96 committed Aug 8, 2024
1 parent a7f19d3 commit e941f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/environments/dev/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {


provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

provider "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion aws/environments/prod/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

provider "azurerm" {
Expand Down

0 comments on commit e941f39

Please sign in to comment.