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

Extend ecs.TaskDefinition containerDefinitions normalization #4126

Merged
merged 2 commits into from
Jun 28, 2024

Commits on Jun 27, 2024

  1. Extend ecs.TaskDefinition containerDefinitions normalization

    containerDefinitions expects a raw JSON which may lead to spurious diff on insignificant changes. The was pre-existing
    code for normalizing environment variable order and default values. This code is patched to extend it to handle
    normalizing the default value of healthCheck.timeout=5.
    t0yv0 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    20fccde View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Clean manifest of pulumiUpWithSnapshot to prevent diffs on pulumi ver…

    …sion or magic string
    flostadler authored and t0yv0 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    18662f1 View commit details
    Browse the repository at this point in the history