registry
dhoppeIT/registry/tfe
Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_registry_module)
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
| Name | Type | Description | Default |
|---|---|---|---|
| display_identifier | string | The display identifier for your VCS repository | required |
| identifier | string | A reference to your VCS repository in the format <organization>/<repository> | required |
| oauth_token_id | string | Token ID of the VCS Connection (OAuth Connection Token) to use | required |
module_provider — The provider of the registry modulename — The name of registry moduleorganization — The name of the organization associated with the registry moduleid — The ID of the registry moduleAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,