Skip to content

Commit

Permalink
adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jan 16, 2024
1 parent 84291bc commit 31387af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added iam-role.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion infra/backend/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ resource "aws_dynamodb_table" "dybanodb_backend" {
name = "LockID"
type = "S"
}
}
}
4 changes: 2 additions & 2 deletions infra/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ terraform {
}

provider "aws" {
region = "sa-east-1"
region = "sa-east-1" # Region to deploy
}

provider "aws" {
region = "us-east-1"
region = "us-east-1" # Don't change this region, it's used for ACM
alias = "useast1"
}

0 comments on commit 31387af

Please sign in to comment.