mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Document the organization name field
This commit is contained in:
parent
8ab3ebbfb2
commit
764b0259dd
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user