Skip to content

Commit

Permalink
[minor_change] Define "mso" as platform default in provider.go and al…
Browse files Browse the repository at this point in the history
…low MSO_PLATFORM to be used as environment variable
  • Loading branch information
lhercot committed Feb 11, 2023
1 parent b1ca7bb commit 859c0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mso/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func Provider() terraform.ResourceProvider {
Type: schema.TypeString,
Optional: true,
Description: "Parameter that specifies where MSO is installed", // defaults to "mso"
DefaultFunc: schema.EnvDefaultFunc("MSO_PLATFORM", "mso"),
ValidateFunc: validation.StringInSlice([]string{
"mso",
"nd",
Expand Down

0 comments on commit 859c0ce

Please sign in to comment.