You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
Do not leave "+1" or other comments that do not add relevant information or questions.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Terraform
1.8.5
Terraform Provider
0.9.1
VMware Cloud Foundation
5.1
Description
When attempting to generate a CSR using the resource vcf_csr for SDDC_MANAGER or NSXT_MANAGER it errors reporting that it could not determine the FQDN for the resource type.
Should generate a CSR in SDDC for SDDC and NSX-Managers.
Actual Behavior
Fails as unable to determine FQN for the resource type
│ Error: could not determine FQDN for resourceType NSXT_MANAGER in domain f15d76d5-96e0-4b95-8d4c-46cc93ef3478││ with vcf_csr.nsxt_manager,│ on main.tf line 28, in resource "vcf_csr" "nsxt_manager":│ 28: resource "vcf_csr" "nsxt_manager" {
Steps to Reproduce
Attempt to generate a CSR for SDDC_MANAGER or NSXT_MANAGER using resource/vcf_csr.
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered:
It appears that vcf_csr uses v1/domains/<domain_id>/endpoints to determine the FQDN for the provided resource type automatically.
This endpoint only works for resources of type VCENTER since the others are not present in its response.
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.
Code of Conduct
Terraform
1.8.5
Terraform Provider
0.9.1
VMware Cloud Foundation
5.1
Description
When attempting to generate a CSR using the resource vcf_csr for SDDC_MANAGER or NSXT_MANAGER it errors reporting that it could not determine the FQDN for the resource type.
Working ok of the VCENTER resource type only.
Affected Resources or Data Sources
resource/vcf_csr
Terraform Configuration
Debug Output
https://gist.github.com/smctighevcp/397826ece0fb478c8caa0093dea26e4d
Panic Output
No response
Expected Behavior
Should generate a CSR in SDDC for SDDC and NSX-Managers.
Actual Behavior
Fails as unable to determine FQN for the resource type
Steps to Reproduce
Attempt to generate a CSR for
SDDC_MANAGER
orNSXT_MANAGER
usingresource/vcf_csr
.Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: