Provides a resource to manage organization resource in Packet.
# Create a new Project
resource "packet_organization" "tf_organization_1" {
name = "foobar"
description = "quux"
}
The following arguments are supported:
name - (Required) The name of the Organization. description - Description string. website - Website link. twitter - Twitter handle. logo - Logo URL. 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 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/packet/r/organization.html