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 {