Add to Organization schema ref. Also gofmt the file
This commit is contained in:
parent
95a815deda
commit
5fe2593c16
|
@ -97,6 +97,7 @@ func resourceHerokuApp() *schema.Resource {
|
|||
"organization": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue