oauth_client
dhoppeIT/oauth_client/tfe
Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_oauth_client)
terraform-tfe-oauth_client Terraform module to manage the following Terraform Cloud/Enterprise resource: * tfe_oauth_client 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 = "[email protected]" } 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" } ` Requirements | Name | Version | |------|---------| | terraform | >= 1.0 | | tfe | ~> 0.26 | Providers | Name | Version | |------|---------| | t
| Name | Type | Description | Default |
|---|---|---|---|
| service_provider | string | The VCS provider being connected with | required |
| organization | string | Name of the organization | required |
| http_url | string | The homepage of your VCS provider | required |
| private_key | string | The text of the private key associated with your Azure DevOps Server account | required |
| rsa_public_key | string | Required for BitBucket Server in conjunction with the secret | required |
| api_url | string | The base URL of your VCS provider's API | required |
| oauth_token | string | The token string you were given by your VCS provider | required |
| key | string | The OAuth Client key can refer to a Consumer Key, Application Key, or another ty | required |
| secret | string | The OAuth Client secret is used for BitBucket Server, this secret is the the tex | required |
id — The ID of the OAuth clientoauth_token_id — The ID of the OAuth token associated with the OAuth clientAzure 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,