On this page
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:
name
- (Required) The name of the Organization.description
- Description string.website
- Website link.twitter
- Twitter handle.logo
- Logo URL.
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.
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/packet/r/organization.html