We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd67ef commit 04051a8Copy full SHA for 04051a8
modules/server/main.tf
@@ -57,11 +57,12 @@ locals {
57
}
58
59
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
+ project = var.project_id
+ name = "${local.abfs_server_name}-bootdisk"
+ zone = var.zone
+ image = var.abfs_server_cos_image_ref
+ size = var.abfs_bootdisk_size_gb
65
+ type = var.abfs_bootdisk_type
66
67
68
resource "google_compute_instance" "abfs_server" {
0 commit comments