``` Argument of type '{ port: number; targetId: Ou...
# general
s
Copy code
Argument of type '{ port: number; targetId: Output<string>; }' is not assignable to parameter of type 'LoadBalancerTarget'.
  Type '{ port: number; targetId: Output<string>; }' is not assignable to type 'LoadBalancerTargetInfo'.
    Types of property 'targetId' are incompatible.
      Type 'Output<string>' is not assignable to type 'string'.