Skip to content

Commit

Permalink
Upgrade to AWS v3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio committed Sep 8, 2020
1 parent a1a29c2 commit eaf951b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
provider "aws" {
alias = "us-east-1"
region = "us-east-1"
version = "~> 2.49"
version = "~> 3.0"
}

data "aws_route53_zone" "root" {
Expand Down
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}

0 comments on commit eaf951b

Please sign in to comment.