Skip to content

Commit

Permalink
chore: update google and archive provider versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Sep 10, 2024
1 parent 0eb0dd1 commit 9ea7053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -23,4 +23,4 @@ terraform {
backend "gcs" {
bucket = "mento-terraform-tfstate-6ed6"
}
}
}

0 comments on commit 9ea7053

Please sign in to comment.