Skip to content

Commit

Permalink
Update terraform dependency to minimum v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Apr 17, 2024
1 parent 00c539e commit d85be68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
4 changes: 2 additions & 2 deletions modules/cur-report/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 1.5"
required_version = ">= 1.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.30"
version = ">= 5.43"
}
}
}
2 changes: 1 addition & 1 deletion modules/rds-reserved-instance/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.5"
required_version = ">= 1.6"

required_providers {
aws = {
Expand Down

0 comments on commit d85be68

Please sign in to comment.