github hashicorp/terraform-provider-tfe v0.69.0

15 hours ago

BREAKING CHANGES:

All resources have been upgraded to use the latest Terraform plugin protocol. This provider now requires a Terraform version of v1.0.0 or later.

ENHANCEMENTS:

  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @lilincmu #1825

FEATURES:

  • r/tfe_registry_module: Add source_directory and tag_prefix registry module support for private registry monorepository, which is a beta feature and not available to all users, by @jillirami (#1800)
  • r/tfe_stack Adds support for managing agent pools on a Stack, by @Maed223 #1836
  • r/tfe_terraform_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @kelsi-hoyle 1762
  • r/tfe_opa_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @kelsi-hoyle 1762
  • r/tfe_sentinel_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @kelsi-hoyle 1762

DEPRECATIONS:

  • r/tfe_terraform_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762
  • r/tfe_opa_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762
  • r/tfe_sentinel_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762
  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @lilincmu #1825
  • r/tfe_test_variable: Add missing argument reference and attributes documentation (#1625)

BUG FIXES:

  • r/tfe_notification_configuration: update url attribute to be sensitive, by @jillirami #1799
  • d/tfe_project: fixes: 'duplicate set element' error, as workspaces can appear multiple times in get /workspaces, by @lewis-catley #1817
  • r/tfe_workspace: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name
  • r/tfe_workspace_run: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name

Don't miss a new terraform-provider-tfe release

NewReleases is sending notifications on new releases.