Skip to content

Commit

Permalink
Update terraform and aws versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiPrasannaGopularam committed Mar 17, 2023
1 parent d0c018d commit 3e2459f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.20
1.0.11
16 changes: 10 additions & 6 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
provider "aws" {
version = "~> 2.46.0"
alias = "us-west-1"
terraform {
required_version = "~> 1.0.11"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.35.0"
}
}
}

provider "aws" {
version = "~> 2.46.0"
alias = "us-east-1"
region = "us-east-1"
}

0 comments on commit 3e2459f

Please sign in to comment.