Skip to content

Commit 04051a8

Browse files
Android Build Filesystem (ABFS) Teamsce-taid
authored andcommitted
No public description
PiperOrigin-RevId: 797410251
1 parent dcd67ef commit 04051a8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/server/main.tf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ locals {
5757
}
5858

5959
resource "google_compute_disk" "abfs_server_bootdisk" {
60-
name = "${local.abfs_server_name}-bootdisk"
61-
zone = var.zone
62-
image = var.abfs_server_cos_image_ref
63-
size = var.abfs_bootdisk_size_gb
64-
type = var.abfs_bootdisk_type
60+
project = var.project_id
61+
name = "${local.abfs_server_name}-bootdisk"
62+
zone = var.zone
63+
image = var.abfs_server_cos_image_ref
64+
size = var.abfs_bootdisk_size_gb
65+
type = var.abfs_bootdisk_type
6566
}
6667

6768
resource "google_compute_instance" "abfs_server" {

0 commit comments

Comments
 (0)