Skip to content

Terraform Cloud Create Workspace

Actions
Creates Workspace in Terraform Cloud
v1
Latest
Star (0)

actions-terraform-cloud-create-workspace

This is a github action to create Workspaces in Terraform Cloud.

Usage:

- uses: Bardavon-Health/[email protected]
  with:
    token: ${{ secrets.TF_TEAM_TOKEN }}
    name: myWorkspace
    org: myOrg

Required Parameters:

token:

Terraform Cloud API Token. Can be Organization, Team or User Token with permission to create Workspaces.

name:

Name of Workspace to create.

org:

Name of parent Organization for the new Workspace.

Optional Parameters:

desc:

Workspace Description.

exec_mode:

Default is "remote", "local" will cause Terraform to run in Github Actions.

env:

Workspace Environment.

tf_version:

Version of Terraform version.


License

MIT

Terraform Cloud Create Workspace is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Creates Workspace in Terraform Cloud
v1
Latest

Terraform Cloud Create Workspace is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.