Skip to content
Snippets Groups Projects
Commit 845dbc87 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix: rollback to google-terraform-provider 6.24.0

parent 3119505c
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,11 @@ terraform { ...@@ -4,11 +4,11 @@ terraform {
required_providers { required_providers {
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "6.25.0" version = "6.24.0"
} }
google-beta = { google-beta = {
source = "hashicorp/google-beta" source = "hashicorp/google-beta"
version = "6.25.0" version = "6.24.0"
} }
} }
backend "gcs" { backend "gcs" {
......
...@@ -4,11 +4,11 @@ terraform { ...@@ -4,11 +4,11 @@ terraform {
required_providers { required_providers {
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "6.25.0" version = "6.24.0"
} }
google-beta = { google-beta = {
source = "hashicorp/google-beta" source = "hashicorp/google-beta"
version = "6.25.0" version = "6.24.0"
} }
} }
backend "gcs" { backend "gcs" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment