Skip to content

Latest commit

 

History

History

workspace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

workspace

This module creates following resources.

  • tfe_workspace
  • tfe_workspace_policy_set (optional)
  • tfe_workspace_variable_set (optional)

Requirements

Name Version
terraform >= 1.6
tfe >= 0.53

Providers

Name Version
tfe 0.54.0

Modules

No modules.

Resources

Name Type
tfe_workspace.this resource
tfe_workspace_policy_set.this resource
tfe_workspace_variable_set.this resource

Inputs

Name Description Type Default Required
name (Required) The name of the workspace. string n/a yes
description (Optional) A description to help you identify the workspace. string "Managed by Terraform." no
organization (Optional) A name of the organization. If omitted, organization must be defined in the provider config. string null no
policy_set (Optional) The ID of the policy set to configure. string null no
project (Optional) The ID of the project where the workspace should be created. string null no
variable_set (Optional) A name of the variable set to configure. string null no

Outputs

Name Description
description The description of the workspace.
id The ID of the workspace.
name The name of the workspace.
organization The name of the organization.
project The project which the workspace belongs to.
statistics The statistics of the workspace.
url The URL to the browsable HTML overview of the workspace.