terraform-cloud
BrynardSecurity-terraform/terraform-cloud/tfe
Install
README
Welcome to Terraform Remote State Bootstrapping Module 👋 !Version   > Terraform module to bootstrap a Terraform Cloud Workspace for Version Control initiated runs. Author 👤 Ralph Brynard Twitter: @DevopsPleb Github: @RalphBrynard Requirements | Name | Version | |------|---------| | tfe | ~> 0.30.2 | Providers | Name | Version | |------|---------| | tfe | 0.30.2 | Modules No modules. Resources | Name | Type | |------|------| | tfe_organization.this | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | admin\_email | Admin email address. | string | n/a | ye
Inputs (9)
| Name | Type | Description | Default |
|---|---|---|---|
| admin_email | string | Admin email address. | required |
| name | string | Name of the organization. | required |
| collaborator_auth_policy | string | Authentication policy (password or two_factor_mandatory). Defaults to password. | "password" |
| cost_estimation_enabled | bool | Whether or not the cost estimation feature is enabled for all workspaces in the | true |
| session_timeout_minutes | number | Session timeout after inactivity. Defaults to 20160. | 20160 |
| create_organization | bool | Whether or not to create the Terraform cloud organization | true |
| owners_team_saml_role_id | string | The name of the 'owners' team. | "" |
| send_passing_statuses | bool | Whether or not to send VCS status updates for untriggered speculative plans. Thi | false |
| session_remember_minutes | number | Session expiration. Defaults to 20160. | 20160 |
Outputs (1)
tfe_organization_id