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 Mar 14, 2024
1 parent 5efc7e7 commit d60e9b9
Show file tree
Hide file tree
Showing 4 changed files with 1,315 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,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 d60e9b9

Please sign in to comment.