tfe_organization

Manages organizations.

Example Usage

Basic usage:

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

Argument Reference

The following arguments are supported:

Attributes Reference

Import

Organizations can be imported; use <ORGANIZATION NAME> as the import ID. For example:

terraform import tfe_organization.test my-org-name