terraform-cloud

BrynardSecurity-terraform/terraform-cloud/tfe

Terraform Module HCL TFE ⏱ stale 3y 6mo

Install

module "terraform-cloud" {
source = "BrynardSecurity-terraform/terraform-cloud/tfe"
version = "0.1.7"
}
⭐ Source on GitHub 📦 Registry page

README

Welcome to Terraform Remote State Bootstrapping Module 👋 !Version ![tfsec](https://github.com/BrynardSecurity-terraform/terraform-remote-state-bootstrap/actions/workflows/tfsec.yml) ![Twitter: DevopsPleb](https://twitter.com/DevopsPleb) > 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)

NameTypeDescriptionDefault
admin_emailstringAdmin email address. required
namestringName of the organization. required
collaborator_auth_policystringAuthentication policy (password or two_factor_mandatory). Defaults to password."password"
cost_estimation_enabledboolWhether or not the cost estimation feature is enabled for all workspaces in the true
session_timeout_minutesnumberSession timeout after inactivity. Defaults to 20160.20160
create_organizationboolWhether or not to create the Terraform cloud organizationtrue
owners_team_saml_role_idstringThe name of the 'owners' team.""
send_passing_statusesboolWhether or not to send VCS status updates for untriggered speculative plans. Thifalse
session_remember_minutesnumberSession expiration. Defaults to 20160.20160

Outputs (1)

tfe_organization_id

Resources (1)

tfe_organization

Details

FrameworkTerraform Module
LanguageHCL
Version0.1.7
Cloud TFE
★ Stars0
Forks0
Total downloads1.1k
Inputs9
Outputs1
Resources1
Submodules5
NamespaceBrynardSecurity-terraform
Updated