Skip to content

Commit

Permalink
Add missing attribute reference and closing bracket to test (#9600)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Dec 8, 2023
1 parent dadb91b commit 1c04820
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ data "google_vmwareengine_private_cloud" "ds" {
# NSX and Vcenter Credentials are child datasources of PC and are included in the PC test due to the high deployment time involved in the Creation and deletion of a PC
data "google_vmwareengine_nsx_credentials" "nsx-ds" {
parent = google_vmwareengine_private_cloud.vmw-engine-pc
parent = google_vmwareengine_private_cloud.vmw-engine-pc.id
}
data "google_vmwareengine_vcenter_credentials" "vcenter-ds" {
parent = google_vmwareengine_private_cloud.vmw-engine-pc.id
}
Expand Down

0 comments on commit 1c04820

Please sign in to comment.