Skip to content

Commit

Permalink
export provider.Config as an alias for config.Config
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Sep 11, 2024
1 parent ff3f466 commit c9bac68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions equinix/provider/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import (
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
)

type Config = config.Config

type FrameworkProvider struct {
ProviderVersion string
Meta *config.Config
Expand Down

0 comments on commit c9bac68

Please sign in to comment.