Skip to content

Commit

Permalink
chore: update required Terraform version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Nov 28, 2024
1 parent 9024244 commit e5571d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
version = "~>5.77.0"
}
}
required_version = "~>1.9.4"
required_version = "~>1.10.0"
}

provider "aws" {
Expand Down

0 comments on commit e5571d8

Please sign in to comment.