Skip to content

Commit

Permalink
Adding namespace on integration tests + examples
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
rambleraptor authored and modular-magician committed Sep 30, 2019
1 parent 3d81db1 commit 43c4739
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 529 deletions.
1 change: 0 additions & 1 deletion google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
map[string]*schema.Resource{
"google_app_engine_application": resourceAppEngineApplication(),
"google_bigquery_table": resourceBigQueryTable(),
"google_bigtable_gc_policy": resourceBigtableGCPolicy(),
"google_bigtable_instance": resourceBigtableInstance(),
"google_bigtable_instance_iam_binding": ResourceIamBinding(IamBigtableInstanceSchema, NewBigtableInstanceUpdater, BigtableInstanceIdParseFunc),
"google_bigtable_instance_iam_member": ResourceIamMember(IamBigtableInstanceSchema, NewBigtableInstanceUpdater, BigtableInstanceIdParseFunc),
Expand Down
231 changes: 0 additions & 231 deletions google/resource_bigtable_gc_policy.go

This file was deleted.

Loading

0 comments on commit 43c4739

Please sign in to comment.