Skip to content

Commit

Permalink
merge deploy-pc, register-unregister, restore-pc, backup-target, rest…
Browse files Browse the repository at this point in the history
…orable-pc, restore-source into prism-v2
  • Loading branch information
Haroon-Dweikat-Ntx committed Jan 19, 2025
1 parent ea5286d commit 93cf540
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions nutanix/services/prismv2/resource_nutanix_deploy_pc_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,23 +210,6 @@ resource "nutanix_backup_target_v2" "test" {
`
}

func testAccListBackupTargetsDatasourceConfig() string {
return `
data "nutanix_backup_targets_v2" "test" {
domain_manager_ext_id = nutanix_deploy_pc_v2.test.id
}
`
}

func testAccFetchBackupTargetDatasourceConfig() string {
return `
data "nutanix_backup_target_v2" "test" {
domain_manager_ext_id = nutanix_deploy_pc_v2.test.id
ext_id = nutanix_backup_target_v2.test.id
}
`
}

// restore source
func testAccRestoreSourceResourceConfig() string {
return `
Expand Down

0 comments on commit 93cf540

Please sign in to comment.