Create cf_shared_domain resource and datasource
Closed this issue · 2 comments
ashishth09 commented
This is needed so that cf_route can benefit from its presence
hkantare commented
The schema for shared domain
Schema: map[string]*schema.Schema{
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "The name of the domain",
},
"router_group_guid": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: "The guid of the router group.",
},
},
ashishth09 commented
PR #120