non-vcs-connected-workspace
ausmartway/non-vcs-connected-workspace/tfe
Terraform Module
HCL
TFE
Install
module "non-vcs-connected-workspace" {
source = "ausmartway/non-vcs-connected-workspace/tfe"
version = "0.1.2"
}
README
terraform-templatetfe-non-vcs-connected-workspace Create a TFC/E workspace with cli/api driven workflow, at the sametime create a corresponding github repository containing a backend.tf point to the workspace. Note that the repository is not connected to the workspace via the native Terraform Cloud/Enterprise VCS connection.
Inputs (7)
| Name | Type | Description | Default |
|---|---|---|---|
| terraform_version | string | The version of Terraform CLI,eg, 1.0.7 | required |
| organization | string | TFC/E orgnization name | 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 |
| tags | list(string) | list of tags that should be added to workspace | [] |
| 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" |
Resources (3)
github_repositorygithub_repository_filetfe_workspace
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.2
Cloud TFE
★ Stars0
Forks1
Total downloads1.2k
Inputs7
Resources3
LicenseApache-2.0
Namespaceausmartway
Updated