Skip to content

Commit

Permalink
Fix: ibm_resource_tag in provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Jun 8, 2021
1 parent 8efb212 commit 78b327c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ibm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"sync"
"time"

"github.com/IBM-Cloud/terraform-provider-ibm/ibm/internal/mutexkv"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/IBM-Cloud/terraform-provider-ibm/ibm/internal/mutexkv"
)

// This is a global MutexKV for use within this plugin.
Expand Down Expand Up @@ -621,6 +622,9 @@ func Provider() *schema.Provider {
"ibm_satellite_host": resourceIBMSatelliteHost(),
"ibm_satellite_cluster": resourceIBMSatelliteCluster(),
"ibm_satellite_cluster_worker_pool": resourceIBMSatelliteClusterWorkerPool(),

//Added for Resource Tag
"ibm_resource_tag": resourceIBMResourceTag(),
},

ConfigureFunc: providerConfigure,
Expand Down

0 comments on commit 78b327c

Please sign in to comment.