From db5ccf08de6ec7154fd5629950f891e4e6fd50f0 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Thu, 25 Aug 2022 12:55:58 -0400 Subject: [PATCH] Set tflocal build script to trigger a run with auto apply --- .github/scripts/build-tflocal/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/build-tflocal/main.go b/.github/scripts/build-tflocal/main.go index a2ac5873e..bb440aed1 100644 --- a/.github/scripts/build-tflocal/main.go +++ b/.github/scripts/build-tflocal/main.go @@ -48,6 +48,7 @@ func triggerRun(ctx context.Context, organizationName, workspaceName string) err IsDestroy: tfe.Bool(false), Message: tfe.String("Queued nightly from tflocal-cloud GH Actions via go-tfe"), Workspace: wk, + AutoApply: tfe.Bool(true), ReplaceAddrs: []string{instanceAddr, tokenAddr}, }) if err != nil {