Skip to content

Commit

Permalink
Fixed storage bucket iam CAI name (hashicorp#4622) (hashicorp#3080)
Browse files Browse the repository at this point in the history
These lines were probably copied from storage bucket originally; however, storage bucket iam doesn't have a 'name' property. In order to be correctly merged with the storage bucket during conversion, we need to use 'bucket' instead

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 24, 2021
1 parent 96d68ce commit 6d41e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4622.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/resource_dataflow_flex_template_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
compute "google.golang.org/api/compute/v1"
"google.golang.org/api/compute/v1"
)

func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {
Expand Down

0 comments on commit 6d41e0a

Please sign in to comment.