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 Aug 7, 2023
1 parent 947cdcf commit d2db349
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 d2db349

Please sign in to comment.