Skip to content

Commit 9244d1f

Browse files
authored
fix: update GCP marketplace license (#166)
1 parent e2f46f2 commit 9244d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ source "googlecompute" "ubuntu" {
5555
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/workspan-public-422119/global/licenses/cloud-marketplace-c9f432d62b5a4ee5-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)