Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 794 Bytes

File metadata and controls

35 lines (31 loc) · 794 Bytes

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