hcp_project (Resource)

The project resource manages a HCP Project.

The user or service account that is running Terraform when creating a hcp_project resource must have roles/admin on the specified organization.

Example Usage

resource "hcp_project" "example" {
  name        = "example-project"
  description = "My new project!"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

# Project can be imported by specifying the project id
terraform import hcp_project.example 840e3701-55b6-4f86-8c17-b1fe397303c5