From 5270eef80c604f015a072e9e6108493f7648a825 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 18 Jun 2021 10:16:14 -0700 Subject: [PATCH] Iam gen (#4883) (#3356) * magic module IAM support * Fixes as suggested from https://github.com/GoogleCloudPlatform/magic-modules/pull/4878 * Fixed Duplicate Function Names * Fixed Incorrect New IAM function generation * Fixed Merge Function Signed-off-by: Modular Magician --- .changelog/4883.txt | 5 +++++ google-beta/resource_gke_hub_feature_membership_test.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changelog/4883.txt diff --git a/.changelog/4883.txt b/.changelog/4883.txt new file mode 100644 index 0000000000..9d7719fa3e --- /dev/null +++ b/.changelog/4883.txt @@ -0,0 +1,5 @@ +```release-note:enhancement +IAM function generation, and fixes suggested by @melinath on https://github.com/GoogleCloudPlatform/magic-modules/pull/4878 + + +``` diff --git a/google-beta/resource_gke_hub_feature_membership_test.go b/google-beta/resource_gke_hub_feature_membership_test.go index 9e1f2ea64d..32fa84c196 100644 --- a/google-beta/resource_gke_hub_feature_membership_test.go +++ b/google-beta/resource_gke_hub_feature_membership_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl" + dcl "github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl" gkehub "github.com/GoogleCloudPlatform/declarative-resource-client-library/services/google/gkehub/beta" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/v2/terraform"