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"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-tfe-vcs-connected-workspace Terraform module to create a VCS connected workspace in Terraform Enterprise/Cloud.

Inputs (10)

NameTypeDescriptionDefault
terraform_versionstringThe version of Terraform CLI,eg, 1.0.7 required
namestringName of the workspace, this will also be used as the name of the github.com repo required
workspace_descriptionstringThe description of workspace required
organizationstringTFC/E orgnization name required
tfc_oauth_tokenstringTFC/E oauth id required
vcsbranchstringThe branch of the repository""
vcsworkingdirectorystringThe root directory of Terraform code in the repository""
github_ownerstringthe owner of the template repository, this can be github orgnization name."ausmartway"
template_repostringthe name of the template repository"terraform-template"
tagslist(string)list of tags that should be added to workspace[]

Outputs (1)

repository_url

Resources (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