Document the organization name field

This commit is contained in:
Clint Shryock 2014-10-12 12:21:32 -05:00
parent 8ab3ebbfb2
commit 764b0259dd
1 changed files with 4 additions and 3 deletions

View File

@ -95,9 +95,10 @@ func resourceHerokuApp() *schema.Resource {
},
"organization": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Type: schema.TypeString,
Description: "Name of Organization to create application in. Leave blank for personal apps.",
Optional: true,
ForceNew: true,
},
},
}