Skip to content

Commit

Permalink
update spacename description
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Aug 9, 2024
1 parent 7131fa3 commit 95a7c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/resources/registration.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP

package resources

Expand Down Expand Up @@ -82,7 +82,7 @@ func (r Registration) ProviderSchemaEntry() *schema.Resource {
Type: schema.TypeString,
Required: true,
DefaultFunc: schema.EnvDefaultFunc("HPEGL_VMAAS_SPACE_NAME", ""),
Description: "IAM Space name of the GL VMaaS Service, can also be set with the HPEGL_VMAAS_SPACE_NAME env var.",
Description: "It can also be set with the HPEGL_VMAAS_SPACE_NAME env var. When `HPEGL_IAM_VERSION` is `glcs` it refers to IAM Space name of the GL VMaaS Service i.e., Default. When `HPEGL_IAM_VERSION` is `glp` it refers to GLP workspace UUID.",
},
constants.APIURL: {
Type: schema.TypeString,
Expand Down

0 comments on commit 95a7c50

Please sign in to comment.