Skip to content

Commit

Permalink
added missing array definition
Browse files Browse the repository at this point in the history
Signed-off-by: Umit Demirtas <47488092+umitdemirtas@users.noreply.github.com>
  • Loading branch information
umitdemirtas authored Jan 6, 2025
1 parent 61a0432 commit d5201a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/clients/vra.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func TerraformSetupBuilder(version, providerSource, providerVersion string) terr
return ps, errors.Wrap(err, errUnmarshalCredentials)
}

ps.Configuration = map[string]any{}
// Required fields
for _, req := range reqFields {
ps.Configuration[req] = creds[req]
Expand Down

0 comments on commit d5201a3

Please sign in to comment.