Skip to content

Commit 18bd3a5

Browse files
committed
set optional instead
Signed-off-by: Will Arroyo <warroyo7199008@gmail.com>
1 parent ff7725f commit 18bd3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/authctx/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func ProviderAuthSchema() map[string]*schema.Schema {
2727
},
2828
projectID: {
2929
Type: schema.TypeString,
30-
Required: true,
30+
Optional: true,
3131
DefaultFunc: schema.EnvDefaultFunc(ProjectIDEnvVar, ""),
3232
},
3333
vmwCloudEndpoint: {

0 commit comments

Comments
 (0)