Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid LifecyclePolicy example #2489

Closed
agermain opened this issue Jul 16, 2021 · 1 comment
Closed

Invalid LifecyclePolicy example #2489

agermain opened this issue Jul 16, 2021 · 1 comment
Assignees
Labels
area/api-docs area/docs Improvements or additions to documentation area/examples kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed

Comments

@agermain
Copy link

File: themes/default/content/docs/reference/pkg/aws/dlm/lifecyclepolicy/_index.md

In the LifecyclePolicy example where LifecyclePolicyPolicyDetailsScheduleCreateRuleArgs is used:

            create_rule=aws.dlm.LifecyclePolicyPolicyDetailsScheduleCreateRuleArgs(
                interval=24,
                interval_unit="HOURS",
                times=["23:45"],
            ),

times is passed as a list of strings instead of being passed as a string.

@leezen leezen added the kind/bug Some behavior is incorrect or out of spec label Jul 20, 2021
@susanev susanev transferred this issue from pulumi/pulumi-hugo Apr 26, 2023
@susanev susanev added area/docs Improvements or additions to documentation needs-triage Needs attention from the triage team labels Apr 26, 2023
@mikhailshilkov mikhailshilkov added area/examples area/api-docs and removed needs-triage Needs attention from the triage team labels Apr 27, 2023
@corymhall corymhall self-assigned this Jan 13, 2025
@corymhall corymhall added the resolution/fixed This issue was fixed label Jan 13, 2025
@corymhall
Copy link
Contributor

It looks like this has been fixed. When I look at the docs now it shows a string value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-docs area/docs Improvements or additions to documentation area/examples kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

5 participants