From 37e4abb059553f92e3eb4960ec0a2188a3cef77a Mon Sep 17 00:00:00 2001 From: Ryan Oaks Date: Wed, 18 Dec 2024 16:49:30 -0500 Subject: [PATCH] Fix resource types (#12605) --- mmv1/products/bigqueryreservation/ReservationAssignment.yaml | 1 + .../cloudfunctions/resource_cloudfunctions_function_meta.yaml | 2 +- .../osconfig/resource_os_config_os_policy_assignment_meta.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mmv1/products/bigqueryreservation/ReservationAssignment.yaml b/mmv1/products/bigqueryreservation/ReservationAssignment.yaml index 3675940666f3..73512841b3e0 100644 --- a/mmv1/products/bigqueryreservation/ReservationAssignment.yaml +++ b/mmv1/products/bigqueryreservation/ReservationAssignment.yaml @@ -13,6 +13,7 @@ --- name: 'ReservationAssignment' +api_resource_type_kind: Assignment description: | The BigqueryReservation Assignment resource. references: diff --git a/mmv1/third_party/terraform/services/cloudfunctions/resource_cloudfunctions_function_meta.yaml b/mmv1/third_party/terraform/services/cloudfunctions/resource_cloudfunctions_function_meta.yaml index 02fe4c73ddb1..e243f9e9cb1d 100644 --- a/mmv1/third_party/terraform/services/cloudfunctions/resource_cloudfunctions_function_meta.yaml +++ b/mmv1/third_party/terraform/services/cloudfunctions/resource_cloudfunctions_function_meta.yaml @@ -2,4 +2,4 @@ resource: 'google_cloudfunctions_function' generation_type: 'handwritten' api_service_name: 'cloudfunctions.googleapis.com' api_version: 'v1' -api_resource_type_kind: 'Function' +api_resource_type_kind: 'CloudFunction' diff --git a/mmv1/third_party/terraform/services/osconfig/resource_os_config_os_policy_assignment_meta.yaml b/mmv1/third_party/terraform/services/osconfig/resource_os_config_os_policy_assignment_meta.yaml index f6aaabc69d89..d7041c060f3f 100644 --- a/mmv1/third_party/terraform/services/osconfig/resource_os_config_os_policy_assignment_meta.yaml +++ b/mmv1/third_party/terraform/services/osconfig/resource_os_config_os_policy_assignment_meta.yaml @@ -2,4 +2,4 @@ resource: 'google_os_config_os_policy_assignment' generation_type: 'handwritten' api_service_name: 'osconfig.googleapis.com' api_version: 'v1' -api_resource_type_kind: 'OsPolicyAssignment' +api_resource_type_kind: 'OSPolicyAssignment'