@@ -972,9 +972,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
972
972
})
973
973
}
974
974
975
- // Generated resources: 312
975
+ // Generated resources: 311
976
976
// Generated IAM resources: 204
977
- // Total generated resources: 516
977
+ // Total generated resources: 515
978
978
func ResourceMap () map [string ]* schema.Resource {
979
979
resourceMap , _ := ResourceMapWithErrors ()
980
980
return resourceMap
@@ -1315,7 +1315,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
1315
1315
"google_gke_hub_feature_iam_binding" : tpgiamresource .ResourceIamBinding (gkehub2 .GKEHub2FeatureIamSchema , gkehub2 .GKEHub2FeatureIamUpdaterProducer , gkehub2 .GKEHub2FeatureIdParseFunc ),
1316
1316
"google_gke_hub_feature_iam_member" : tpgiamresource .ResourceIamMember (gkehub2 .GKEHub2FeatureIamSchema , gkehub2 .GKEHub2FeatureIamUpdaterProducer , gkehub2 .GKEHub2FeatureIdParseFunc ),
1317
1317
"google_gke_hub_feature_iam_policy" : tpgiamresource .ResourceIamPolicy (gkehub2 .GKEHub2FeatureIamSchema , gkehub2 .GKEHub2FeatureIamUpdaterProducer , gkehub2 .GKEHub2FeatureIdParseFunc ),
1318
- "google_gke_hub_membership_rbac_role_binding" : gkehub2 .ResourceGKEHub2MembershipRBACRoleBinding (),
1319
1318
"google_healthcare_consent_store" : healthcare .ResourceHealthcareConsentStore (),
1320
1319
"google_healthcare_consent_store_iam_binding" : tpgiamresource .ResourceIamBinding (healthcare .HealthcareConsentStoreIamSchema , healthcare .HealthcareConsentStoreIamUpdaterProducer , healthcare .HealthcareConsentStoreIdParseFunc ),
1321
1320
"google_healthcare_consent_store_iam_member" : tpgiamresource .ResourceIamMember (healthcare .HealthcareConsentStoreIamSchema , healthcare .HealthcareConsentStoreIamUpdaterProducer , healthcare .HealthcareConsentStoreIdParseFunc ),
0 commit comments