Skip to content

Commit

Permalink
[GKE Hub]: Add Fleet Resource (#8711) (#16072)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Sep 29, 2023
1 parent b362476 commit bf6141a
Show file tree
Hide file tree
Showing 6 changed files with 816 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/8711.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_gke_hub_fleet`
```
5 changes: 3 additions & 2 deletions google/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 324
// Generated resources: 325
// Generated IAM resources: 207
// Total generated resources: 531
// Total generated resources: 532
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1344,6 +1344,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_gke_hub_feature_iam_binding": tpgiamresource.ResourceIamBinding(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
"google_gke_hub_feature_iam_member": tpgiamresource.ResourceIamMember(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
"google_gke_hub_feature_iam_policy": tpgiamresource.ResourceIamPolicy(gkehub2.GKEHub2FeatureIamSchema, gkehub2.GKEHub2FeatureIamUpdaterProducer, gkehub2.GKEHub2FeatureIdParseFunc),
"google_gke_hub_fleet": gkehub2.ResourceGKEHub2Fleet(),
"google_gke_hub_membership_binding": gkehub2.ResourceGKEHub2MembershipBinding(),
"google_gke_hub_namespace": gkehub2.ResourceGKEHub2Namespace(),
"google_gke_hub_scope": gkehub2.ResourceGKEHub2Scope(),
Expand Down
Loading

0 comments on commit bf6141a

Please sign in to comment.