Skip to content

Commit ac00636

Browse files
Adding clarification text to gke_hub_feature files that gke_hub is th… (#5189) (#3636)
Signed-off-by: Modular Magician <[email protected]>
1 parent 4b663f6 commit ac00636

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.changelog/5189.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_dataproc_cluster_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
"google.golang.org/api/googleapi"
17-
1816
dataproc "google.golang.org/api/dataproc/v1beta2"
17+
"google.golang.org/api/googleapi"
1918
)
2019

2120
func TestDataprocExtractInitTimeout(t *testing.T) {

website/docs/r/gke_hub_feature.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |-
99

1010
# google\_gkehub\_feature
1111

12-
Contains information about a GKEHub Feature.
12+
Contains information about a GKEHub Feature. The google_gke_hub is the Fleet API.
1313

1414
* [API documentation](https://cloud.google.com/anthos/multicluster-management/reference/rest/v1beta/projects.locations.features)
1515

website/docs/r/gke_hub_feature_membership.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |-
99

1010
# google\_gkehub\_feature\_membership
1111

12-
Contains information about a GKEHub Feature Memberships. Feature Memberships configure GKEHub Features that apply to specific memberships rather than the project as a whole. This currently only supports the Config Management feature.
12+
Contains information about a GKEHub Feature Memberships. Feature Memberships configure GKEHub Features that apply to specific memberships rather than the project as a whole. This currently only supports the Config Management feature. The google_gke_hub is the Fleet API.
1313

1414
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
1515
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.

0 commit comments

Comments
 (0)