Support for variable sets in TFE provider?

We’d like to migrate to variable sets. The problem is, we manage all our terraform workspaces using terraform (using tfe_ things) and currently I don’t see anywhere in the provider the support for variable sets.

For example, we’d want to assign variable sets to specific workspace, e.g.

resource "tfe_workspace" "my_workspace" {
  name = "example"

  # This is currently nowhere to be seen
  variable_set_name = "my-shared-vars"
}

Did I miss something? Is this feature coming? I know the var sets are in beta so perhaps there is some “beta” version of the TFE provider I need to use?

1 Like