Skip to content

Terraform module which creates Terraform Enterprise project resources.

License

Notifications You must be signed in to change notification settings

ALT-F4-LLC/terraform-tfe-project

Repository files navigation

terraform-tfe-project

Terraform module which creates Terraform Enterprise project resources.

Migration Changes

0.4.0

  • Replaced project_name output with project_id which is populated by provider

0.3.0

  • Added the team_ids to variables.tf which replaces team_name allowing for multiple teams to be added to projects

Requirements

Name Version
tfe 0.49.2

Providers

Name Version
tfe 0.49.2

Modules

No modules.

Resources

Name Type
tfe_project.self resource
tfe_team_project_access.self resource

Inputs

Name Description Type Default Required
description The description of the project string n/a yes
name The name of the project string n/a yes
organization_name The name of the organization string n/a yes
team_ids The name of the team list(string) [] no

Outputs

Name Description
id The ID of the project