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