workspace
foss-cafe/workspace/tfe
Terraform Module for managing TFE workspaces
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
| Name | Type | Description | Default |
|---|---|---|---|
| working_directory | string | (Optional) A relative path that Terraform will execute within. Defaults to the r | required |
| name | string | (Required) Name of the workspace. | required |
| organization | string | (Required) Name of the organization | required |
| ssh_key_id | string | (Optional) The ID of an SSH key to assign to the workspace. | required |
| terraform_version | string | (Optional) The version of Terraform to use for this workspace. Defaults to the l | "0.12.29" |
| variables | map(map(string)) | Map of environment or Terraform variables to define in the workspace. | {} |
| file_triggers_enabled | bool | (Optional) Whether to filter runs based on the changed files in a VCS push. If e | true |
| queue_all_runs | bool | (Optional) Whether all runs should be queued. When set to false, runs triggered | true |
| vcs_repo | map | {} | |
| auto_apply | bool | (Optional) Whether to automatically apply changes when a Terraform plan is succe | false |
| operations | bool | (Optional) Whether to use remote execution mode. When set to false, the workspac | true |
| trigger_prefixes | list | (Optional) List of repository-root-relative paths which describe all locations t | [] |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,