Skip to content

Commit 43c4739

Browse files
rambleraptormodular-magician
authored andcommitted
Adding namespace on integration tests + examples
Signed-off-by: Modular Magician <[email protected]>
1 parent 3d81db1 commit 43c4739

File tree

4 files changed

+0
-529
lines changed

4 files changed

+0
-529
lines changed

google/provider.go

-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
559559
map[string]*schema.Resource{
560560
"google_app_engine_application": resourceAppEngineApplication(),
561561
"google_bigquery_table": resourceBigQueryTable(),
562-
"google_bigtable_gc_policy": resourceBigtableGCPolicy(),
563562
"google_bigtable_instance": resourceBigtableInstance(),
564563
"google_bigtable_instance_iam_binding": ResourceIamBinding(IamBigtableInstanceSchema, NewBigtableInstanceUpdater, BigtableInstanceIdParseFunc),
565564
"google_bigtable_instance_iam_member": ResourceIamMember(IamBigtableInstanceSchema, NewBigtableInstanceUpdater, BigtableInstanceIdParseFunc),

google/resource_bigtable_gc_policy.go

-231
This file was deleted.

0 commit comments

Comments
 (0)