FEATURES:
d/tfe_agent_pool
: Adds theallowed_project_ids
andexcluded_workspace_ids
attributes, by @tylerworlf #1822r/tfe_agent_pool_allowed_projects
: Adds support for scoping agent pools to projects, by @tylerworlf #1822r/tfe_agent_pool_excluded_workspaces
: Adds support for excluding workspaces from the scope of agent pools, by @tylerworlf #1822r/tfe_project_settings
: Adds support for managing project settings. This initially supports setting adefault_execution_mode
anddefault_agent_pool_id
which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @JarrettSpiker #1822
BUG FIXES:
r/tfe_workspace_settings
: Prevent unintended clearing of workspace-level tags on the first apply when tags is unset by making tag updates sparse. By @shwetamurali #1851
DEPRECATIONS: