vcs-connected-workspace
ausmartway/vcs-connected-workspace/tfe
Terraform Module
HCL
TFE
vcs-connected-workspace
Install
module "vcs-connected-workspace" {
source = "ausmartway/vcs-connected-workspace/tfe"
version = "0.1.2"
}
README
terraform-tfe-vcs-connected-workspace Terraform module to create a VCS connected workspace in Terraform Enterprise/Cloud.
Inputs (10)
| Name | Type | Description | Default |
|---|---|---|---|
| terraform_version | string | The version of Terraform CLI,eg, 1.0.7 | required |
| name | string | Name of the workspace, this will also be used as the name of the github.com repo | required |
| workspace_description | string | The description of workspace | required |
| organization | string | TFC/E orgnization name | required |
| tfc_oauth_token | string | TFC/E oauth id | required |
| vcsbranch | string | The branch of the repository | "" |
| vcsworkingdirectory | string | The root directory of Terraform code in the repository | "" |
| github_owner | string | the owner of the template repository, this can be github orgnization name. | "ausmartway" |
| template_repo | string | the name of the template repository | "terraform-template" |
| tags | list(string) | list of tags that should be added to workspace | [] |
Outputs (1)
repository_urlResources (2)
github_repositorytfe_workspace
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.2
Cloud TFE
★ Stars0
Forks3
Total downloads1.7k
Inputs10
Outputs1
Resources2
LicenseApache-2.0
Namespaceausmartway
Updated