Skip to content

Commit 6a202bb

Browse files
Bump chainguard-dev/common/infra in /iac in the all group
Bumps the all group in /iac with 1 update: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common). Updates `chainguard-dev/common/infra` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](chainguard-dev/terraform-infra-common@v0.7.10...v0.7.11) --- updated-dependencies: - dependency-name: chainguard-dev/common/infra dependency-version: 0.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98bde78 commit 6a202bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iac/get_oncall.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "google_secret_manager_secret_iam_binding" "slack_api_secret_binding" {
2323

2424
module "slack_slash_pg_service" {
2525
source = "chainguard-dev/common/infra//modules/regional-go-service"
26-
version = "0.7.10"
26+
version = "0.7.11"
2727

2828
project_id = var.project_id
2929
name = "${var.name}-slack-slash-pg"

iac/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider "ko" { repo = "us-docker.pkg.dev/sigstore-support-tooling/${var.project
88
// Create a network with several regional subnets
99
module "networking" {
1010
source = "chainguard-dev/common/infra//modules/networking"
11-
version = "0.7.10"
11+
version = "0.7.11"
1212

1313
name = var.name
1414
project_id = var.project_id

0 commit comments

Comments
 (0)