Skip to content

Commit

Permalink
Fix syntax error in example (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitmare01 authored Jan 20, 2023
1 parent 17d0f6c commit 361d70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/foundationCentral/imaged_nodes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ output "img1"{
// datasource to Get the details of a single node given its UUID.
data "nutanix_foundation_central_imaged_node_details" "imgdet"{
imaged_node_uuid = "<imaged_node_uuid>"
}

output "imgdetails"{
value = data.nutanix_foundation_central_imaged_node_details.imgdet
}
}

0 comments on commit 361d70c

Please sign in to comment.