Skip to content

Commit

Permalink
Merge pull request #10 from HewlettPackard/caas-renaming
Browse files Browse the repository at this point in the history
Updated readme with new caas resources naming
  • Loading branch information
J0HNB0Y authored Aug 18, 2021
2 parents 8dc65dc + 84ad081 commit e71fde9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import (
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/common"
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/retrieve"

"github.com/hpe-hcss/caas-terraform-resources/pkg/constants"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/constants"
)

// keyForGLClientMap is the key in the map[string]interface{} that is passed down by hpegl used to store *Client
Expand Down Expand Up @@ -166,7 +166,7 @@ Note the following:
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/hpe-hcss/caas-terraform-resources/pkg/client"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/client"
)

func ClusterBlueprint() *schema.Resource {
Expand Down Expand Up @@ -241,7 +241,7 @@ package clients
import (
"github.com/hewlettpackard/hpegl-provider-lib/pkg/client"
clicaas "github.com/hpe-hcss/caas-terraform-resources/pkg/client"
clicaas "github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/client"
)
func InitialiseClients() []client.Initialisation {
Expand Down Expand Up @@ -348,8 +348,8 @@ import (
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/retrieve"
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/serviceclient"
"github.com/hpe-hcss/caas-terraform-resources/pkg/client"
"github.com/hpe-hcss/caas-terraform-resources/pkg/resources"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/client"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/resources"
)
func ProviderFunc() plugin.ProviderFunc {
Expand Down Expand Up @@ -399,7 +399,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
"github.com/hpe-hcss/caas-terraform-resources/internal/test-utils"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/internal/test-utils"
)
func main() {
Expand Down Expand Up @@ -502,11 +502,11 @@ package resources
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hpe-hcss/caas-terraform-resources/pkg/constants"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/constants"
"github.com/hewlettpackard/hpegl-provider-lib/pkg/registration"
"github.com/hpe-hcss/caas-terraform-resources/internal/resources"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/internal/resources"
)
// Assert that Registration implements the ServiceRegistration interface
Expand Down Expand Up @@ -582,7 +582,7 @@ import (
resquake "github.com/quattronetworks/quake-client/pkg/terraform/registration"
rescaas "github.com/hpe-hcss/caas-terraform-resources/pkg/resources"
rescaas "github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/resources"
)
func SupportedServices() []registration.ServiceRegistration {
Expand Down Expand Up @@ -726,8 +726,8 @@ import (
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/retrieve"
"github.com/hewlettpackard/hpegl-provider-lib/pkg/token/serviceclient"
"github.com/hpe-hcss/caas-terraform-resources/pkg/client"
"github.com/hpe-hcss/caas-terraform-resources/pkg/resources"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/client"
"github.com/hpe-hcss/hpegl-caas-terraform-resources/pkg/resources"
)
func ProviderFunc() plugin.ProviderFunc {
Expand Down

0 comments on commit e71fde9

Please sign in to comment.