Getting an error for VPC service control method_selectors

I am trying to use wildcard for api and method selectors and getting an error. Here is my code:

 resources = ["*"]
      operations = [{
        service_name = "*"
        method_selectors = [{
          method = "*"
        }]

Here is the error:

Error 400: Invalid Directional Policies set in Perimeter ‘accessPolicies/890382809/servicePerimeters/devad_global_perimeter’: Error in EgressTo: MethodSelectors should be empty with ServiceName ’ '. *

Any Suggestion or different approach