terraform-provider-multispace icon indicating copy to clipboard operation
terraform-provider-multispace copied to clipboard

Terraform Provider for cascading runs across multiple workspaces.

Results 9 terraform-provider-multispace issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 0.19.0 to 1.31.0. Release notes Sourced from github.com/hashicorp/go-tfe's releases. v1.31.0 Enhancements Added BETA support for including projects relationship and projects-count attribute to policy_set on create by @​hs26gill...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.5.1 to 0.16.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-docs's releases. v0.16.0 ENHANCEMENTS: generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by...

dependencies
go

Thanks to https://github.com/hashicorp/terraform-provider-tfe/issues/742 (and the bugfixes which followed its initial release) As of v0.46.0 of the TFE provider I'm personally satisfied that [tfe_workspace_run](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace_run.html) does everything this provider does. Thanks for...

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.8.0 to 2.27.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.27.0 NOTES: helper/schema: Consumers directly referencing the Resource type Schema field should switch to the SchemaMap method to...

dependencies
go

Bumps [github.com/hashicorp/terraform-svchost](https://github.com/hashicorp/terraform-svchost) from 0.0.0-20200729002733-f050f53b9734 to 0.1.1. Release notes Sourced from github.com/hashicorp/terraform-svchost's releases. v0.1.1 The disco.Disco and auth.CachingCredentialsSource implementations are now safe for concurrent calls. Previously concurrent calls could potentially corrupt...

dependencies
go

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.2.0 to 4.3.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v4.3.0 What's Changed Update in command examples by @​arnaduga in goreleaser/goreleaser-action#393 chore(deps): bump yargs from 17.6.2 to 17.7.0...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.3. Release notes Sourced from actions/checkout's releases. v3.5.3 What's Changed Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @​megamanics in...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 4.0.1. Release notes Sourced from actions/setup-go's releases. v4.0.1 What's Changed Update documentation for v4 by @​dsame in actions/setup-go#354 Fix glob bug in the package.json scripts...

dependencies
github_actions

When a run is enqueued for a long time due to the available workers being tied up, the multispace run errors with `context deadline exceeded`. I've noticed this specifically in...