Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hknoa1729 authored Mar 26, 2024
1 parent fec8ed8 commit 57ce1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = ">= 1.2.0"
required_version = ">= 1.5.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = "~> 5.0.0"
}
}
}
Expand Down

0 comments on commit 57ce1a7

Please sign in to comment.