You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organization and workspace configuration can now either be set directly through respective flags --organization / --workspace
TFC configuration (address, token, organization & workspace)will default to what is configured as a remote backend in the Terraform configuration
Defaults configuration capabilities for variable sensitive & hcl fields
A ttl field on variables which makes TFCW only update some variables when their Time To Live has been exceeded. This results in much faster syncs
Speed improvements by reducing the amount of calls to fetch the workspace ID. Combined with the TTL option, when nothing is needed the overhead is now only about a second