Terraform module which creates Terraform Enterprise project resources.
- Replaced
project_name
output withproject_id
which is populated by provider
- Added the
team_ids
tovariables.tf
which replacesteam_name
allowing for multiple teams to be added to projects
Name | Version |
---|---|
tfe | 0.49.2 |
Name | Version |
---|---|
tfe | 0.49.2 |
No modules.
Name | Type |
---|---|
tfe_project.self | resource |
tfe_team_project_access.self | resource |
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 |
Name | Description |
---|---|
id | The ID of the project |