Add to Organization schema ref. Also gofmt the file

This commit is contained in:
Clint Shryock 2014-10-12 11:49:57 -05:00
parent 95a815deda
commit 5fe2593c16
1 changed files with 49 additions and 48 deletions

View File

@ -97,6 +97,7 @@ func resourceHerokuApp() *schema.Resource {
"organization": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
},
}