Skip to content

Commit

Permalink
upgraded tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcallis committed May 31, 2023
1 parent 1bee659 commit 20d2323
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions terraform.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
terraform {
required_version = ">= 0.13.5"

required_providers {
archive = {
source = "hashicorp/archive"
}
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "4.67.0"
}
}
}
}

0 comments on commit 20d2323

Please sign in to comment.