From 950b412c2901d66ea21134f828e2242d22459923 Mon Sep 17 00:00:00 2001 From: Sonu Saha Date: Tue, 12 Dec 2023 15:00:48 +0530 Subject: [PATCH] fix: update wrap_path for ComputeServiceAttachments as per response from API Signed-off-by: Sonu Saha --- libraries/google_compute_service_attachments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/google_compute_service_attachments.rb b/libraries/google_compute_service_attachments.rb index b3d623ae4..6705780eb 100644 --- a/libraries/google_compute_service_attachments.rb +++ b/libraries/google_compute_service_attachments.rb @@ -48,7 +48,7 @@ class ComputeServiceAttachments < GcpResourceBase def initialize(params = {}) super(params.merge({ use_http_transport: true })) @params = params - @table = fetch_wrapped_resource('serviceAttachments') + @table = fetch_wrapped_resource('items') end def fetch_wrapped_resource(wrap_path)