Skip to content

Commit

Permalink
Updating comment (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Jul 8, 2022
1 parent 033a32f commit 2a40add
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ func (p *provider) GetSchema(context.Context) (tfsdk.Schema, diag.Diagnostics) {
}, nil
}

// Configure unmarshalls the proxy config onto providerConfigModel and checks that `proxy` is not null or unknown before proceeding.
// Then unmarshalls contents of proxy onto providerProxyConfigModel.
// Then checks each of the fields (i.e., URL, Username, Password, FromEnv)
func (p *provider) Configure(ctx context.Context, req tfsdk.ConfigureProviderRequest, res *tfsdk.ConfigureProviderResponse) {
tflog.Debug(ctx, "Configuring provider")
var err error
Expand Down

0 comments on commit 2a40add

Please sign in to comment.