Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Aug 2, 2021
1 parent cfdf1ab commit 66b3586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Backend and provider config
#####
terraform {
required_version = ">= 0.15"
required_version = ">= 1.0.0"

backend "remote" {
hostname = "app.terraform.io"
}
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.43"
version = ">= 3.52"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 66b3586

Please sign in to comment.