FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

packet_project

Provides a Packet Project resource to allow you manage devices in your projects.

Example Usage

# Create a new Project
resource "packet_project" "tf_project_1" {
    name = "Terraform Fun"
    payment_method = "payment-method-id"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io