Skip to content

Commit

Permalink
fix pc configuration data source module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Jan 19, 2025
1 parent 3fc028a commit d370227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fetches the attributes associated with the domain manager (Prism Central) resour
## Example Usage

```hcl
data "nutanix_domain_manager_v2" "pc"{
data "nutanix_pc_v2" "pc"{
ext_id = "<pc_external_id>"
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Returns a list of elements representing the domain manager (Prism Central) insta
## Example Usage

```hcl
data "nutanix_domain_managers_v2" "pcs"{}
data "nutanix_pcs_v2" "pcs"{}
```

## Argument Reference
Expand Down

0 comments on commit d370227

Please sign in to comment.