vmware / terraform-provider-vcf

Terraform Provider for VMware Cloud Foundation
https://registry.terraform.io/providers/vmware/vcf/
Mozilla Public License 2.0
23 stars 10 forks source link

Allow for domain name for cluster deployment #193

Closed smctighevcp closed 4 months ago

smctighevcp commented 5 months ago

Code of Conduct

Description

Currently when deploying a cluster the "domain_id" attribute is required. Allowing for the domain name would make deployment of additional cluster easier, than potentially passing output attribute for ID.

Use Case(s)

Allow for additional clusters to be deployed as part of a wider VCF instance deployment without having to pass 'known after' values.

Potential Configuration

"domain_name": { Type: schema.TypeString, Required: true, ValidateFunc: validation.NoZeroValues, Description: "The name of the Domain to be used as data source", },

References

No response

github-actions[bot] commented 3 months ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.