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

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)

NameTypeDescriptionDefault
terraform_versionstringThe version of Terraform CLI,eg, 1.0.7 required
organizationstringTFC/E orgnization name 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
tagslist(string)list of tags that should be added to workspace[]
github_ownerstringthe owner of the template repository, this can be github orgnization name."ausmartway"
template_repostringthe 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