team
dhoppeIT/team/tfe
Terraform module to manage the Terraform Cloud/Enterprise resources (tfe_team, tfe_team_organization_member, tfe_team_token)
Install
README
terraform-tfe-team Terraform module to manage the following Terraform Cloud/Enterprise resources: tfe_team tfe_team_organization_member * tfe_team_token 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" members = [ "dennis.hoppe@dhoppe.it" ] } module "tfe_team" { source = "dhoppeIT/team/tfe" version = "~> 0.1" name = "owners" organization = module.tfe_organization.name organization_membership_id = module.tfe_organization.id } ` Requirements | Name | Version | |------|---------| | terraform | >= 1.0 | | tfe | ~> 0.26 | Providers | Name | Version | |------|---------| | tfe | 0.28.0 | Modules No mod
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name of the team | required |
| organization | string | Name of the organization | required |
| organization_membership_id | list(string) | ID of the organization membership | required |
| force_regenerate | bool | If set to true, a new token will be generated even if a token already exists | false |
Outputs (2)
id — The ID of the tokentoken — The generated tokenResources (2)
Topics & Tags
Details
Similar packages
Azure 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,