Skip to content

Commit

Permalink
Add support for AuthorizedView resource in Bigtable
Browse files Browse the repository at this point in the history
  • Loading branch information
trollyxia committed Apr 29, 2024
1 parent 552d835 commit 6377c76
Show file tree
Hide file tree
Showing 5 changed files with 1,259 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/go.mod.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module github.com/hashicorp/terraform-provider-google
go 1.21

require (
cloud.google.com/go/bigtable v1.19.0
cloud.google.com/go/bigtable v1.23.0
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.64.0
github.com/apparentlymart/go-cidr v1.1.0
github.com/davecgh/go-spew v1.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ var handwrittenResources = map[string]*schema.Resource{
"google_bigtable_gc_policy": bigtable.ResourceBigtableGCPolicy(),
"google_bigtable_instance": bigtable.ResourceBigtableInstance(),
"google_bigtable_table": bigtable.ResourceBigtableTable(),
"google_bigtable_authorized_view": bigtable.ResourceBigtableAuthorizedView(),
"google_billing_subaccount": resourcemanager.ResourceBillingSubaccount(),
"google_cloudfunctions_function": cloudfunctions.ResourceCloudFunctionsFunction(),
"google_composer_environment": composer.ResourceComposerEnvironment(),
Expand Down
Loading

0 comments on commit 6377c76

Please sign in to comment.