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

chore: fixate terraform provider versions, make them handleable by renovate

parent 0912fef0
No related branches found
No related tags found
No related merge requests found
terraform {
# allow the lowest common version across all projects, so that the current CI docker image version suits all projects
required_version = ">= 1.9"
required_providers {
google = {
source = "hashicorp/google"
version = "6.21.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "6.21.0"
}
}
backend "gcs" {
bucket = "holi-shared-terraform-state"
prefix = "donations-api-common"
......
terraform {
# allow the lowest common version across all projects, so that the current CI docker image version suits all projects
required_version = ">= 1.9"
required_providers {
google = {
source = "hashicorp/google"
version = "6.21.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "6.21.0"
}
}
backend "gcs" {
bucket = "holi-shared-terraform-state"
prefix = "donations-api-environments"
......
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