Skip to content

Commit

Permalink
Iam gen (#4883) (#3356)
Browse files Browse the repository at this point in the history
* magic module IAM support

* Fixes as suggested from GoogleCloudPlatform/magic-modules#4878

* Fixed Duplicate Function Names

* Fixed Incorrect New IAM function generation

* Fixed Merge Function

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 18, 2021
1 parent d93c7d9 commit 5270eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changelog/4883.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
```release-note:enhancement
IAM function generation, and fixes suggested by @melinath on https://github.com/GoogleCloudPlatform/magic-modules/pull/4878


```
2 changes: 1 addition & 1 deletion google-beta/resource_gke_hub_feature_membership_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5270eef

Please sign in to comment.