Skip to content

Commit

Permalink
fix: update GCP marketplace license (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Aug 21, 2024
1 parent e2f46f2 commit 9244d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source "googlecompute" "ubuntu" {
project_id = "workspan-public-422119"
image_name = "coder-v${replace(local.safe_version, ".", "-")}${replace(var.append_version, ".", "-")}"
source_image_family = "ubuntu-2204-lts"
# image_licenses = ["projects/coder-enterprise-market-public/global/licenses/cloud-marketplace-83f16b4fa9cb1dff-df1ebeb69c0ba664"]
image_licenses = ["projects/workspan-public-422119/global/licenses/cloud-marketplace-c9f432d62b5a4ee5-df1ebeb69c0ba664"]

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

0 comments on commit 9244d1f

Please sign in to comment.