limited-rainbow-51650
07/29/2026, 4:24 PMRoot Cause:Can you confirm?is annotated asPolicyRuleArgs.project_ids. At runtime, this expands to a 4-argumentpulumi.Input[Optional[Sequence[pulumi.Input[str]]]]. The Pulumi SDK'sUnion[Sequence[...], None, Awaitable[...], Output[None]]function only handles 3-arg Input Unions — it doesn't unwrap the 4-arg_get_list_element_type()pattern — so it throwsOptional[Input[...]].Unexpected type. Expected 'list' got 'typing.Union[...]'
limited-rainbow-51650
07/29/2026, 4:31 PMechoing-dinner-19531
07/30/2026, 7:15 AMechoing-dinner-19531
07/31/2026, 8:14 AM