Terraform Cloud Create Workspace
ActionsTags
(2)This is a github action to create Workspaces in Terraform Cloud.
- uses: Bardavon-Health/[email protected]
with:
token: ${{ secrets.TF_TEAM_TOKEN }}
name: myWorkspace
org: myOrg
Terraform Cloud API Token. Can be Organization, Team or User Token with permission to create Workspaces.
Name of Workspace to create.
Name of parent Organization for the new Workspace.
Workspace Description.
Default is "remote", "local" will cause Terraform to run in Github Actions.
Workspace Environment.
Version of Terraform version.
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.