Skip to content

Commit

Permalink
build(terraform): Update WARP VM Terraform module. (#481)
Browse files Browse the repository at this point in the history
build(terraform): bump revision of warp vm TF module

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and mrzzy committed Jun 12, 2024
1 parent d0cf13e commit 75f1743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module "vpc" {
# Deploy WARP Box development VM on GCP
# https://github.com/mrzzy/warp
module "warp_vm" {
source = "github.com/mrzzy/warp//deploy/terraform/gcp_vm?ref=af9f0c87ce8151988b52b7360f43b55dfaaff555"
source = "github.com/mrzzy/warp//deploy/terraform/gcp_vm?ref=ee9f15e39997e92b35472d772b90e757be5a8462"

gcp_project = local.gcp_project_id
region_zone = "asia-southeast1-c" # Singapore
Expand Down

0 comments on commit 75f1743

Please sign in to comment.