pipelines:
default:
- step:
name: pipeline-test-0.1.8
script:
- pipe: docker://igrzi1/create_tfc_workspace:0.1.8
variables:
TF_API_TOKEN: $TF_API_TOKEN
TF_ORG_NAME: $TF_ORG_NAME
TF_WORKSPACE_NAME: $TF_WORKSPACE_NAME
TF_PROJECT_NAME: $TF_PROJECT_NAME
TF_REMOTE_STATE_SHARE: $TF_REMOTE_STATE_SHARE
This is your Terraform Cloud API Token, it can be the Organization API Token or the User API Token.
This is the name of your Terraform Cloud Organization, be careful as this is case sensitive.
This is the name of the Terraform Cloud Workspace you either want to: Create, associate a project to or change the remote state.
This is the name of the Terraform Cloud Project you want to associate to a already created workspace or a newly created one.
This is boolean value that determines whether this workspace should share state with the entire organization, or only with specific approved workspaces.