We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022.9 and 6.6
Terraform v1.4.2 on windows_amd64
data "nutanix_clusters" "nutanix_clusters" {}
output "cluster" { value = data.nutanix_clusters.nutanix_clusters }
It should output "availability_zone_reference" in the output of the value.
value is not in the output display.
terraform plan
The text was updated successfully, but these errors were encountered:
Hi @davemays , availability_zone_reference is not returned by clusters API.
Sorry, something went wrong.
It lists it in the API docs. Here https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/data-sources/clusters.
Under Entities:
availability_zone_reference: - The reference to a availability_zone.
You can verify the API response using the command: export TF_LOG=TRACE . It seems this field is added extra in API doc.
export TF_LOG=TRACE
Closing this issue as no response from last 30 days.
No branches or pull requests
Nutanix Cluster Information
2022.9 and 6.6
Terraform Version
Affected Resource(s)
Terraform v1.4.2
on windows_amd64
Terraform Configuration Files
data "nutanix_clusters" "nutanix_clusters" {}
output "cluster" {
value = data.nutanix_clusters.nutanix_clusters
}
Debug Output
Panic Output
Expected Behavior
It should output "availability_zone_reference" in the output of the value.
Actual Behavior
value is not in the output display.
Steps to Reproduce
terraform plan
Important Factors
The text was updated successfully, but these errors were encountered: