Skip to content

Commit

Permalink
Update bump-dependencies (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent fcb5744 commit 3af98df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 00-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "= 3.0.1"
version = "3.0.2"
}
google = {
source = "hashicorp/google"
version = "= 6.15.0"
version = "6.16.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "= 6.15.0"
version = "6.16.0"
}
vault = {
source = "hashicorp/vault"
version = "= 4.5.0"
version = "4.6.0"
}
}

Expand Down Expand Up @@ -44,7 +44,7 @@ locals {
}

module "vault" {
source = "git::https://github.com/libops/terraform-vault-cloudrun?ref=4bc9f15e72be3ae81000087b7f226f40b0714329"
source = "git::https://github.com/libops/terraform-vault-cloudrun?ref=baf086deaabe421a50ab5337f260bb2662c376f9"
providers = {
docker = docker
google = google
Expand Down

0 comments on commit 3af98df

Please sign in to comment.