Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Support Terraform workspaces for creating infra on demand #981

@dsalaza4

Description

@dsalaza4

We can use Terraform workspaces to provision multiple replicas of the same infrastructure. This can be very useful when dealing with development environments.

Let's make Terraform builtins support passing an environment variable name that can be later evaluated to use a specific Terraform workspace.

That way it would be possible to use custom Makes jobs for selecting a workspace and then passing it via environment to such builtins.

Make the following builtins support a workspace environment variable:

  • testTerraform
  • deployTerraform
  • taintTerraform

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions