Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ type ProviderFramework struct {
version string
}

type ProviderFrameworkConfiguration struct {
Client *clients.Client
}

type ProviderFrameworkModel struct {
ClientSecret types.String `tfsdk:"client_secret"`
ClientID types.String `tfsdk:"client_id"`
Expand Down Expand Up @@ -298,8 +294,6 @@ func (p *ProviderFramework) Configure(ctx context.Context, req provider.Configur
client.Config.ProjectID = project.ID
}

var config ProviderFrameworkConfiguration
config.Client = client
resp.DataSourceData = client
resp.ResourceData = client
}
Expand Down
Loading