Skip to content

Commit 6c6815e

Browse files
Removed MembershipRBACRoleBinding from ga provider (#8776) (#15639)
Signed-off-by: Modular Magician <[email protected]>
1 parent 7ba24b8 commit 6c6815e

5 files changed

+14
-593
lines changed

.changelog/8776.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/provider/provider.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
972972
})
973973
}
974974

975-
// Generated resources: 312
975+
// Generated resources: 311
976976
// Generated IAM resources: 204
977-
// Total generated resources: 516
977+
// Total generated resources: 515
978978
func ResourceMap() map[string]*schema.Resource {
979979
resourceMap, _ := ResourceMapWithErrors()
980980
return resourceMap
@@ -1315,7 +1315,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
13151315
"google_gke_hub_feature_iam_binding": tpgiamresource.ResourceIamBinding(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
13161316
"google_gke_hub_feature_iam_member": tpgiamresource.ResourceIamMember(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
13171317
"google_gke_hub_feature_iam_policy": tpgiamresource.ResourceIamPolicy(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
1318-
"google_gke_hub_membership_rbac_role_binding": gkehub2.ResourceGKEHub2MembershipRBACRoleBinding(),
13191318
"google_healthcare_consent_store": healthcare.ResourceHealthcareConsentStore(),
13201319
"google_healthcare_consent_store_iam_binding": tpgiamresource.ResourceIamBinding(healthcare.HealthcareConsentStoreIamSchema, healthcare.HealthcareConsentStoreIamUpdaterProducer, healthcare.HealthcareConsentStoreIdParseFunc),
13211320
"google_healthcare_consent_store_iam_member": tpgiamresource.ResourceIamMember(healthcare.HealthcareConsentStoreIamSchema, healthcare.HealthcareConsentStoreIamUpdaterProducer, healthcare.HealthcareConsentStoreIdParseFunc),

0 commit comments

Comments
 (0)