Skip to content

Commit

Permalink
chore(deps): update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
timtor-bot committed Oct 12, 2024
1 parent af43ba8 commit db44d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/_remote-state/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.6.3"
required_version = "~> 1.9.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.46.0"
version = "~> 5.71.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.6.3"
required_version = "~> 1.9.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.46.0"
version = "~> 5.71.0"
}
}
backend "s3" {
Expand Down

0 comments on commit db44d82

Please sign in to comment.