Skip to content

Invalid LifecyclePolicy example  #2489

Open

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions