You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the bucket_by arg of the fallthrough block of launchdarkly_feature_flag_environment is explicitly set to null, then this error is seen:
Error: failed to update flag "MyFeature" in project "default": 400 Bad Request: {"code":"invalid_request","message":"Percentage rollout must be bucketed by a non-empty attribute name"}
As this arg is optional, it should be valid to specify null, the provider should then omit this param when patching the resource to configure the rollout to use the default bucketing method (by user key).
The text was updated successfully, but these errors were encountered:
When the
bucket_by
arg of thefallthrough
block oflaunchdarkly_feature_flag_environment
is explicitly set tonull
, then this error is seen:As this arg is optional, it should be valid to specify
null
, the provider should then omit this param when patching the resource to configure the rollout to use the default bucketing method (by user key).The text was updated successfully, but these errors were encountered: