Skip to content

Commit

Permalink
Merge pull request #24 from haarchri/fix/feature-flags
Browse files Browse the repository at this point in the history
fix(feature-flags): feature-flags in options
  • Loading branch information
haarchri committed Aug 3, 2023
2 parents 092f0b7 + 832aede commit c4a071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func main() {
GlobalRateLimiter: ratelimiter.NewGlobal(*maxReconcileRate),
PollInterval: *pollInterval,
MaxConcurrentReconciles: *maxReconcileRate,
Features: &feature.Flags{},
Features: featureFlags,
},
Provider: config.GetProvider(),
SetupFn: clients.TerraformSetupBuilder(*terraformVersion, *nativeProviderSource, *providerVersion),
Expand Down

0 comments on commit c4a071f

Please sign in to comment.