Closed jamie1911 closed 7 months ago
Hi @jamie1911 thank you for raising this.
The docs say the type is str
(string) which is correct, it's the description that has confusing language, because it's adapted from the upstream provider where this property is a list of one item. It's fairly hard to adjust the description automatically but maybe we can find a way to do so.
This is currently fixed.
Cannot close issue:
Please fix these problems and try again.
What happened?
All documentation points to
times
onLifecyclePolicyPolicyDetailsScheduleCreateRuleArgs
being a list, however, it only needs a string.Example
https://www.pulumi.com/registry/packages/aws/api-docs/dlm/lifecyclepolicy/#times_python
https://github.com/pulumi/pulumi-aws/blob/master/sdk/python/pulumi_aws/dlm/_inputs.py#L642
Causes
Output of
pulumi about
Additional context
Documentation and Error suggest this should be a list, however, it needs to be string.
Pulumi AI also suggests it should be a list.
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).