Skip to content

Commit

Permalink
Update Terraform AWS provider version. (#29)
Browse files Browse the repository at this point in the history
* Update Terraform AWS provider version.

* Try with 1.
  • Loading branch information
dipack95 authored Jan 9, 2024
1 parent 34b6234 commit 95e357f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.19.0"
version = ">= 5.0.0"
}
}
required_version = ">= 0.13"
required_version = ">= 1.0.0"
}

0 comments on commit 95e357f

Please sign in to comment.