Skip to content

Commit

Permalink
Add provider block and improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Reddy authored and Chandra Reddy committed Aug 15, 2024
1 parent b1cb055 commit 0fb356f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/01_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ terraform {
}
}

provider "aws" {
region = "us-east-1"
}

0 comments on commit 0fb356f

Please sign in to comment.