Skip to content

Commit bf6141a

Browse files
[GKE Hub]: Add Fleet Resource (#8711) (#16072)
Signed-off-by: Modular Magician <[email protected]>
1 parent b362476 commit bf6141a

File tree

6 files changed

+816
-2
lines changed

6 files changed

+816
-2
lines changed

.changelog/8711.txt

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

google/provider/provider.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -996,9 +996,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
996996
})
997997
}
998998

999-
// Generated resources: 324
999+
// Generated resources: 325
10001000
// Generated IAM resources: 207
1001-
// Total generated resources: 531
1001+
// Total generated resources: 532
10021002
func ResourceMap() map[string]*schema.Resource {
10031003
resourceMap, _ := ResourceMapWithErrors()
10041004
return resourceMap
@@ -1344,6 +1344,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
13441344
"google_gke_hub_feature_iam_binding": tpgiamresource.ResourceIamBinding(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
13451345
"google_gke_hub_feature_iam_member": tpgiamresource.ResourceIamMember(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
13461346
"google_gke_hub_feature_iam_policy": tpgiamresource.ResourceIamPolicy(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
1347+
"google_gke_hub_fleet": gkehub2.ResourceGKEHub2Fleet(),
13471348
"google_gke_hub_membership_binding": gkehub2.ResourceGKEHub2MembershipBinding(),
13481349
"google_gke_hub_namespace": gkehub2.ResourceGKEHub2Namespace(),
13491350
"google_gke_hub_scope": gkehub2.ResourceGKEHub2Scope(),

0 commit comments

Comments
 (0)