Skip to content

Commit e37af96

Browse files
Export mono/public/terraform-infra-reconcilers: refs/heads/main (#6)
This pull request was automatically generated by the export-terraform-infra-reconcilers action. It contains the changes from [mono/public/terraform-infra-reconcilers@refs/heads/main](https://github.com/chainguard-dev/mono/tree/refs/heads/main): https://github.com/chainguard-dev/mono/commit/41583b4a3d5e444a368ada243e29e2e0f92ca7bd --------- Co-authored-by: Carlos Tadeu Panato Junior <cpanato@chainguard.dev> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com> Co-authored-by: cpanato <4115580+cpanato@users.noreply.github.com>
1 parent 74c33a6 commit e37af96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/github-path-reconciler/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ variable "containers" {
8181
description = "The containers to run in the service. Each container will be run in each region."
8282
type = map(object({
8383
source = object({
84-
base_image = optional(string, "cgr.dev/chainguard/static:latest-glibc@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a")
84+
base_image = optional(string, "cgr.dev/chainguard/static:latest-glibc@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e")
8585
working_dir = string
8686
importpath = string
8787
env = optional(list(string), [])

modules/regional-go-reconciler/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ variable "containers" {
100100
description = "The containers to run in the service. Each container will be run in each region."
101101
type = map(object({
102102
source = object({
103-
base_image = optional(string, "cgr.dev/chainguard/static:latest-glibc@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a")
103+
base_image = optional(string, "cgr.dev/chainguard/static:latest-glibc@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e")
104104
working_dir = string
105105
importpath = string
106106
env = optional(list(string), [])

0 commit comments

Comments
 (0)