» packet_organization

Provides a resource to manage organization resource in Packet.

» Example Usage

# Create a new Project
resource "packet_organization" "tf_organization_1" {
  name = "foobar"
  description = "quux"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

  • id - The unique ID of the organization.
  • name - The name of the Organization.
  • description - Description string.
  • website - Website link.
  • twitter - Twitter handle.
  • logo - Logo URL.