We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7725f commit 18bd3a5Copy full SHA for 18bd3a5
internal/authctx/helper.go
@@ -27,7 +27,7 @@ func ProviderAuthSchema() map[string]*schema.Schema {
27
},
28
projectID: {
29
Type: schema.TypeString,
30
- Required: true,
+ Optional: true,
31
DefaultFunc: schema.EnvDefaultFunc(ProjectIDEnvVar, ""),
32
33
vmwCloudEndpoint: {
0 commit comments