Skip to content

Commit 1d358ad

Browse files
committed
Update example to use local runner module before publishing
1 parent 6f88af4 commit 1d358ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • examples/runner-with-networking

examples/runner-with-networking/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ locals {
139139
}
140140

141141
module "runner" {
142-
source = "gitpod-io/ona-runner/google"
143-
version = "~> 1.0"
142+
source = "../.."
144143

145144
project_id = var.project_id
146145
runner_name = var.runner_name

0 commit comments

Comments
 (0)