registry

dhoppeIT/registry/tfe

Terraform Module HCL TFE

Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_registry_module)

Install
module "registry" {
source = "dhoppeIT/registry/tfe"
version = "0.2.0"
}
plain text: /constructs/tfmod-dhoppeit-registry-tfe/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-tfe-registry Terraform module to manage the following Terraform Cloud/Enterprise resource: * tfe_registry_module Graph Usage Copy and paste into your Terraform configuration, insert the variables and run ``terraform init`: `hcl module "tfe_organization" { source = "dhoppeIT/organization/tfe" version = "~> 0.1" name = "dhoppeIT" email = "terraform@dhoppe.it" } module "tfe_oauth_client" { source = "dhoppeIT/oauth_client/tfe" version = "~> 0.2" organization = module.tfe_organization.name api_url = "https://api.github.com" http_url = "https://github.com" oauth_token = "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" service_provider = "github" } module "tfe_registry" { source = "dhoppeIT/registry/tfe" version = "~> 0.1" display_identifier = "dhoppeIT/terraform-tfe-registry" identifier = "d

Inputs (3)
NameTypeDescriptionDefault
display_identifierstringThe display identifier for your VCS repository required
identifierstringA reference to your VCS repository in the format <organization>/<repository> required
oauth_token_idstringToken ID of the VCS Connection (OAuth Connection Token) to use required
Outputs (4)
module_provider — The provider of the registry module
name — The name of registry module
organization — The name of the organization associated with the registry module
id — The ID of the registry module
Resources (1)
tfe_registry_module
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud TFE
★ Stars0
Forks0
Total downloads4.4k
Inputs3
Outputs4
Resources1
Examples1
LicenseApache-2.0
NamespacedhoppeIT
Updated