Provides a Packet Project resource to allow you manage devices in your projects.
# Create a new Project resource "packet_project" "tf_project_1" { name = "Terraform Fun" }
The following arguments are supported:
name
- (Required) The name of the Project on Packet.net payment_method_id
- The UUID of payment method for this project. If you keep it empty, Packet API will pick your default Payment Method. organization_id
- The UUID of Organization under which you want to create the project. If you leave it out, the project will be create under your the default Organization of your account. The following attributes are exported:
id
- The unique ID of the project payment_method_id
- The UUID of payment method for this project. organization_id
- The UUID of this project's parent organization. created
- The timestamp for when the Project was created updated
- The timestamp for the last time the Project was updated
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/packet/r/project.html