File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ resource "google_compute_disk" "registry-data" {
4848data "google_compute_image" "mirror_image" {
4949 count = var. machine_image != " " ? 0 : 1
5050 project = " sourcegraph-ci"
51- family = " sourcegraph-executors-docker-mirror-6-12 "
51+ family = " sourcegraph-executors-docker-mirror-7-1 "
5252}
5353
5454resource "random_id" "compute_instance_default" {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ resource "google_project_iam_member" "service_account_iam_metric_writer" {
6767data "google_compute_image" "executor_image" {
6868 count = var. machine_image != " " ? 0 : 1
6969 project = " sourcegraph-ci"
70- family = " sourcegraph-executors-6-12 "
70+ family = " sourcegraph-executors-7-1 "
7171}
7272
7373resource "random_id" "compute_instance_network_tag" {
You can’t perform that action at this time.
0 commit comments