Skip to content

Commit

Permalink
chore: updated terraform providers
Browse files Browse the repository at this point in the history
couldn't deploy because the tf state
bucket was created using a newer tf
version so i had to update it here, too
  • Loading branch information
chapati23 committed Oct 25, 2024
1 parent 8bb084f commit 60bfed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.36.0"
version = ">= 5.44.0"
}
archive = {
source = "hashicorp/archive"
version = ">= 2.4.2"
version = ">= 2.6.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 60bfed6

Please sign in to comment.