We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b850f8b commit 98667d1Copy full SHA for 98667d1
1 file changed
builtin/providers/heroku/resource_heroku_app.go
@@ -125,7 +125,7 @@ func resourceHerokuApp() *schema.Resource {
125
func switchHerokuAppCreate(d *schema.ResourceData, meta interface{}) error {
126
orgCount := d.Get("organization.#").(int)
127
if orgCount > 1 {
128
- return fmt.Errorf("Error Creating Heroku App: Only 1 Organization")
+ return fmt.Errorf("Error Creating Heroku App: Only 1 Heroku Organization is permitted")
129
}
130
131
if _, ok := d.GetOk("organization.0.name"); ok {
0 commit comments