From 84ad081cd78ceb6cec41de76d71a7d7651a2e3d7 Mon Sep 17 00:00:00 2001 From: J0HNB0Y Date: Wed, 18 Aug 2021 12:37:28 +0100 Subject: [PATCH] Updated readme with new caas resources naming --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 39c87cb..0f4d831 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 { @@ -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 { @@ -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 { @@ -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() { @@ -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 @@ -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 { @@ -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 {