From 880002fe15ff5e34eeb27380c9e449a9a1cdb0c7 Mon Sep 17 00:00:00 2001 From: Pete Shima Date: Sun, 15 Nov 2015 10:55:42 -0800 Subject: [PATCH] Small update to packet.net docs for project --- .../source/docs/providers/packet/r/project.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/packet/r/project.html.markdown b/website/source/docs/providers/packet/r/project.html.markdown index b008f864f..c34b49c20 100644 --- a/website/source/docs/providers/packet/r/project.html.markdown +++ b/website/source/docs/providers/packet/r/project.html.markdown @@ -25,7 +25,7 @@ resource "packet_project" "tf_project_1" { The following arguments are supported: -* `name` - (Required) The name of the SSH key for identification +* `name` - (Required) The name of the Project in Packet.net * `payment_method` - (Required) The id of the payment method on file to use for services created on this project. @@ -33,8 +33,8 @@ on this project. The following attributes are exported: -* `id` - The unique ID of the key +* `id` - The unique ID of the project * `payment_method` - The id of the payment method on file to use for services created on this project. -* `created` - The timestamp for when the SSH key was created -* `updated` - The timestamp for the last time the SSH key was udpated +* `created` - The timestamp for when the Project was created +* `updated` - The timestamp for the last time the Project was updated