Skip to content

Bardavon-Health/actions-terraform-cloud-create-workspace

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published