IBM-Cloud/terraform

Create cf_shared_domain resource and datasource

Closed this issue · 2 comments

This is needed so that cf_route can benefit from its presence

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.",
			},
		},