organization
dhoppeIT/organization/tfe
Terraform module to manage the Terraform Cloud/Enterprise organization resources (tfe_organization, tfe_organization_membership, tfe_organization_token)
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 = "[email protected]" } ` 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
| Name | Type | Description | Default |
|---|---|---|---|
| owners_team_saml_role_id | string | The name of the 'owners' team | required |
| name | string | Name of the organization | required |
| string | Admin email address | required | |
| cost_estimation_enabled | bool | Whether or not the cost estimation feature is enabled for all workspaces in the | false |
| send_passing_statuses_for_untriggered_speculative_plans | bool | Whether or not to send VCS status updates for untriggered speculative plans | false |
| members | list(string) | Email of the users to add | [] |
| session_remember_minutes | number | Session expiration | 20160 |
| collaborator_auth_policy | string | Authentication policy | "password" |
| force_regenerate | bool | If set to true, a new token will be generated even if a token already exists | false |
| session_timeout_minutes | number | Session timeout after inactivity | 20160 |
name — The name of the organizationid — The organization membership IDuser_id — The ID of the users associated with the organization membershiptoken — The generated tokenAzure 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,