organization

dhoppeIT/organization/tfe

Terraform Module HCL TFE

Terraform module to manage the Terraform Cloud/Enterprise organization resources (tfe_organization, tfe_organization_membership, tfe_organization_token)

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

terraform-tfe-organization Terraform module to manage the following Terraform Cloud/Enterprise resources: tfe_organization tfe_organization_membership * tfe_organization_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" } ` Requirements | Name | Version | |------|---------| | terraform | >= 1.0 | | tfe | ~> 0.26 | Providers | Name | Version | |------|---------| | tfe | 0.28.0 | Modules No modules. Resources | Name | Type | |------|------| | tfe_organization.default | resource | | tfe_organization_membership.default | resource | | tfe_organization_token.default | resource | Inputs | Name | D

Inputs (10)
NameTypeDescriptionDefault
owners_team_saml_role_idstringThe name of the 'owners' team required
namestringName of the organization required
emailstringAdmin email address required
cost_estimation_enabledboolWhether or not the cost estimation feature is enabled for all workspaces in the false
send_passing_statuses_for_untriggered_speculative_plansboolWhether or not to send VCS status updates for untriggered speculative plansfalse
memberslist(string)Email of the users to add[]
session_remember_minutesnumberSession expiration20160
collaborator_auth_policystringAuthentication policy"password"
force_regenerateboolIf set to true, a new token will be generated even if a token already existsfalse
session_timeout_minutesnumberSession timeout after inactivity20160
Outputs (4)
name — The name of the organization
id — The organization membership ID
user_id — The ID of the users associated with the organization membership
token — The generated token
Resources (3)
tfe_organizationtfe_organization_membershiptfe_organization_token
Details
FrameworkTerraform Module
LanguageHCL
Version0.4.0
Cloud TFE
★ Stars0
Forks2
Total downloads4.5k
Inputs10
Outputs4
Resources3
Examples2
LicenseApache-2.0
NamespacedhoppeIT
Updated