oauth_client

dhoppeIT/oauth_client/tfe

Terraform Module HCL TFE

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

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

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 = "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" } ` Requirements | Name | Version | |------|---------| | terraform | >= 1.0 | | tfe | ~> 0.26 | Providers | Name | Version | |------|---------| | t

Inputs (9)
NameTypeDescriptionDefault
service_providerstringThe VCS provider being connected with required
organizationstringName of the organization required
http_urlstringThe homepage of your VCS provider required
private_keystringThe text of the private key associated with your Azure DevOps Server account required
rsa_public_keystringRequired for BitBucket Server in conjunction with the secret required
api_urlstringThe base URL of your VCS provider's API required
oauth_tokenstringThe token string you were given by your VCS provider required
keystringThe OAuth Client key can refer to a Consumer Key, Application Key, or another ty required
secretstringThe OAuth Client secret is used for BitBucket Server, this secret is the the tex required
Outputs (2)
id — The ID of the OAuth client
oauth_token_id — The ID of the OAuth token associated with the OAuth client
Resources (1)
tfe_oauth_client
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.0
Cloud TFE
★ Stars0
Forks0
Total downloads4.4k
Inputs9
Outputs2
Resources1
Examples1
LicenseApache-2.0
NamespacedhoppeIT
Updated