Skip to content

Commit

Permalink
build(terraform): bump revision of warp vm TF module
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 0bc370c commit 2e15c1c
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 @@ -89,7 +89,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=88fe9383be883d30f39780f7e8f6b80183b331e2"
source = "github.com/mrzzy/warp//deploy/terraform/gcp_vm?ref=a910f544b1182f2eb103594586584d84850c0057"

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

0 comments on commit 2e15c1c

Please sign in to comment.