Skip to content

Commit

Permalink
restore source example
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Dec 25, 2024
1 parent 48b4c2b commit 5a65734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/restore_source_v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ resource "nutanix_restore_source_v2" "example-2" {
}
}

// get the restore source
data "nutanix_restore_source_v2" "restore-source" {
ext_id = nutanix_restore_source_v2.example-1.id
}

0 comments on commit 5a65734

Please sign in to comment.