Releases: silinternational/tfc-ops
Releases · silinternational/tfc-ops
v4.0.1
Merge pull request #77 from silinternational/release/v4.0.0
v3.5.4
fix goreleaser
Fixed
- Removed
replacements
option removed in goreleaser 1.19
Better error handling
Fixed
- Better error handling in
GetVarsFromWorkspace
to indicate the cause of a 404 from the Terraform Cloud API. Addresses #60.
v3.5.0
Added
- New library function
CreateRunTrigger
to configure workspaces to trigger a run from another workspace. - New library function
ListRunTriggers
to list configured run triggers for a given workspace. - New library function
FindRunTrigger
to find a run trigger given the source and destination workspaces.
v3.4.0
v3.3.0
v3.2.1
Include variable sets in workspace clone
Added
- Added a workspace clone option to apply the source workspace's variable sets to the new workspace.