Terraform version
Terraform Configuration Files
resource "tfe_workspace" "default" {
name = "my-workspace-name"
organization = "my-organization"
auto_apply = true
}
Expected Behavior
Workspace should be created with auto apply setting to avoid confirming the deployment all the time.
Actual Behavior
Starting provider 0.68.0 (latest as of July 21st 2025) even though I'm setting auto_apply = true, the workspace's auto apply setting is not being configured (no error is being displayed, just the setting not being configured).
I Switched to the version 0.67.1 and it works fine, so it seems to be only on the latest provider.
Terraform version
Terraform Configuration Files
Expected Behavior
Workspace should be created with auto apply setting to avoid confirming the deployment all the time.
Actual Behavior
Starting provider 0.68.0 (latest as of July 21st 2025) even though I'm setting auto_apply = true, the workspace's auto apply setting is not being configured (no error is being displayed, just the setting not being configured).
I Switched to the version 0.67.1 and it works fine, so it seems to be only on the latest provider.