Skip to content

[0.68.0] tfe_workspace auto apply not working on latest providers #1792

@mirandavj

Description

@mirandavj

Terraform version

latest

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions