FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

packet_device

Provides a Packet device resource. This can be used to create, modify, and delete devices.

Example Usage

# Create a device and add it to cool_project
resource "packet_device" "web1" {
		hostname = "tf.coreos2"
		plan = "baremetal_1"
		facility = "ewr1"
		operating_system = "coreos_stable"
		billing_cycle = "hourly"
		project_id = "${packet_project.cool_project.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io