workspace

foss-cafe/workspace/tfe

Terraform Module HCL TFE

Terraform Module for managing TFE workspaces

Install
module "workspace" {
source = "foss-cafe/workspace/tfe"
version = "1.0.0"
}
plain text: /constructs/tfmod-foss-cafe-workspace-tfe/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Module for TFE workspace management Requirements | Name | Version | |------|---------| | terraform | ~> 0.12.24 | | tfe | ~> 0.15.0 | | tfe | ~> 0.15.0 | Providers | Name | Version | |------|---------| | tfe | ~> 0.15.0 ~> 0.15.0 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | auto\_apply | (Optional) Whether to automatically apply changes when a Terraform plan is successful. Defaults to false. | bool | false | no | | environment | Environment variables for workspace, no sensitive data | map | {} | no | | environment\_sensitive | Environment variables for workspace, with sensitive data | map | {} | no | | file\_triggers\_enabled | (Optional) Whether to filter runs based on the changed files in a VCS push. If enabled

Inputs (12)
NameTypeDescriptionDefault
working_directorystring(Optional) A relative path that Terraform will execute within. Defaults to the r required
namestring(Required) Name of the workspace. required
organizationstring(Required) Name of the organization required
ssh_key_idstring(Optional) The ID of an SSH key to assign to the workspace. required
terraform_versionstring(Optional) The version of Terraform to use for this workspace. Defaults to the l"0.12.29"
variablesmap(map(string))Map of environment or Terraform variables to define in the workspace.{}
file_triggers_enabledbool(Optional) Whether to filter runs based on the changed files in a VCS push. If etrue
queue_all_runsbool(Optional) Whether all runs should be queued. When set to false, runs triggered true
vcs_repomap{}
auto_applybool(Optional) Whether to automatically apply changes when a Terraform plan is succefalse
operationsbool(Optional) Whether to use remote execution mode. When set to false, the workspactrue
trigger_prefixeslist(Optional) List of repository-root-relative paths which describe all locations t[]
Resources (2)
tfe_variabletfe_workspace
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud TFE
★ Stars0
Forks1
Total downloads776
Inputs12
Resources2
LicenseNOASSERTION
Namespacefoss-cafe
Updated