tfe_project

Provides a project resource.

Example Usage

Basic usage:

resource "tfe_organization" "test-organization" {
  name  = "my-org-name"
  email = "admin@company.com"
}

resource "tfe_project" "test" {
  organization = tfe_organization.test-organization.name
  name = "projectname"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

Import

Projects can be imported; use <PROJECT ID> as the import ID. For example:

terraform import tfe_project.test prj-niVoeESBXT8ZREhr