tfe-run
tfe-run copied to clipboard
The glue between GitHub Actions and Terraform Cloud
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.2. Commits f36bfe3 Fix Subset/NotSubset when map is missing keys from the subset (#1261) 0ab3ce1 Fix CallerInfo() source file paths (#1288) 2b00d33 Fix Call.Unset() panic...
Bumps golang from 1.16.7-alpine to 1.20.1-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
terraform enterprise makes use of the same API as native terraform cloud. Therefore, It would be nice if we can pass a hostname for an org terraform enterprise server in...
Bumps [github.com/sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions) from 0.3.0 to 1.1.0. Release notes Sourced from github.com/sethvargo/go-githubactions's releases. v1.1.0 What's Changed Add support for all GITHUB env vars by @ianlewis in sethvargo/go-githubactions#46 Add Noticef() to actions_root.go...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...
I hit the following issue when I added a Terraform output of type array. Terraform Cloud Plan & Apply passes successfully and I can see array output. But `kvrhdn/tfe-run` action...
Because the output of the run is being got directly from the state it prints sensitive output values to the github action log. Would be good to suppress this like...
With a couple of Terraform providers we hit some transient errors which can be addressed by simply retrying the workspace run again. Would it be possible to add a way...
Follow up from #22: in a new Terraform workspace when no statefile has been added yet, every speculative run will fail when attempting to fetch the outputs. We should either:...