Skip to content

Commit f2d7628

Browse files
committed
fix project ID and license
1 parent 2a97daa commit f2d7628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ source "amazon-ebs" "ubuntu" {
5252
}
5353

5454
source "googlecompute" "ubuntu" {
55-
project_id = "coder-enterprise-market-public"
55+
project_id = "workspan-public-422119"
5656
image_name = "coder-v${replace(local.safe_version, ".", "-")}${replace(var.append_version, ".", "-")}"
5757
source_image_family = "ubuntu-2204-lts"
58-
image_licenses = ["projects/coder-enterprise-market-public/global/licenses/cloud-marketplace-83f16b4fa9cb1dff-df1ebeb69c0ba664"]
58+
# image_licenses = ["projects/coder-enterprise-market-public/global/licenses/cloud-marketplace-83f16b4fa9cb1dff-df1ebeb69c0ba664"]
5959

6060
image_description = <<EOF
6161
Coder v${replace(local.safe_version, ".", "-")}${replace(var.append_version, ".", "-")}: Self-Hosted Remote Development Environments

0 commit comments

Comments
 (0)