Skip to content

Commit

Permalink
Bump chainguard-dev/common/infra
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update in the /iac directory: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common).


Updates `chainguard-dev/common/infra` from 0.6.18 to 0.6.44
- [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases)
- [Commits](chainguard-dev/terraform-infra-common@v0.6.18...v0.6.44)

---
updated-dependencies:
- dependency-name: chainguard-dev/common/infra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent dc54358 commit c0eaf71
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions iac/broker.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Create the Broker abstraction.
module "cloudevent-broker" {
source = "chainguard-dev/common/infra//modules/cloudevent-broker"
version = "0.6.19"
version = "0.6.52"

name = "octo-sts-broker"
project_id = var.project_id
Expand All @@ -14,7 +14,7 @@ data "google_client_openid_userinfo" "me" {}

module "cloudevent-recorder" {
source = "chainguard-dev/common/infra//modules/cloudevent-recorder"
version = "0.6.19"
version = "0.6.52"

name = "octo-sts-recorder"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion iac/gclb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "google_dns_managed_zone" "top-level-zone" {
// Put the above domain in front of our regional services.
module "serverless-gclb" {
source = "chainguard-dev/common/infra//modules/serverless-gclb"
version = "0.6.19"
version = "0.6.52"

name = var.name
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "ko" { repo = "gcr.io/${var.project_id}" }
// Create a network with several regional subnets
module "networking" {
source = "chainguard-dev/common/infra//modules/networking"
version = "0.6.19"
version = "0.6.52"

name = var.name
project_id = var.project_id
Expand Down
6 changes: 3 additions & 3 deletions iac/prober.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "google_service_account" "prober" {

module "prober" {
source = "chainguard-dev/common/infra//modules/prober"
version = "0.6.19"
version = "0.6.52"

name = "octo-sts-prober"
project_id = var.project_id
Expand All @@ -32,7 +32,7 @@ resource "google_service_account" "negative_prober" {

module "negative_prober" {
source = "chainguard-dev/common/infra//modules/prober"
version = "0.6.19"
version = "0.6.52"

name = "octo-sts-negative-prober"
project_id = var.project_id
Expand All @@ -54,7 +54,7 @@ module "negative_prober" {

module "dashboard" {
source = "chainguard-dev/common/infra//modules/dashboard/service"
version = "0.6.19"
version = "0.6.52"
service_name = var.name
project_id = var.project_id

Expand Down
4 changes: 2 additions & 2 deletions modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module "sts-emits-events" {
for_each = var.regions

source = "chainguard-dev/common/infra//modules/authorize-private-service"
version = "0.6.19"
version = "0.6.52"

project_id = var.project_id
region = each.key
Expand All @@ -71,7 +71,7 @@ module "sts-emits-events" {

module "this" {
source = "chainguard-dev/common/infra//modules/regional-service"
version = "0.6.19"
version = "0.6.52"

project_id = var.project_id
name = var.name
Expand Down
4 changes: 2 additions & 2 deletions modules/app/webhook.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "random_password" "webhook-secret" {

module "webhook-secret" {
source = "chainguard-dev/common/infra//modules/configmap"
version = "0.6.18"
version = "0.6.52"

project_id = var.project_id
name = "${var.name}-webhook-secret"
Expand All @@ -20,7 +20,7 @@ module "webhook-secret" {

module "webhook" {
source = "chainguard-dev/common/infra//modules/regional-service"
version = "0.6.18"
version = "0.6.52"

project_id = var.project_id
name = "${var.name}-webhook"
Expand Down

0 comments on commit c0eaf71

Please sign in to comment.