Skip to content

Commit

Permalink
provider model fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan-Priyanshu committed Oct 16, 2023
1 parent d10616f commit 37d1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redfish/models/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// providerConfig can be used to store data from the Terraform configuration.

Check warning on line 7 in redfish/models/provider.go

View workflow job for this annotation

GitHub Actions / Check Go formatting, linting, vetting using golangci-lint

exported: comment on exported type ProviderConfig should be of the form "ProviderConfig ..." (with optional leading article) (revive)
type ProviderConfig struct {
Username types.String `tfsdk:"username"`
Username types.String `tfsdk:"user"`
Password types.String `tfsdk:"password"`
}

Expand Down

0 comments on commit 37d1285

Please sign in to comment.