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

Suppress undefined to default diffs on aws.autoscaling.Group #4510

Merged
merged 4 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Suppress undefined to default diffs on aws.autoscaling.Group

    Fix a regression in the import experience on aws.autoscaling.Group. Specifically the conflict between undefined and
    default values that `pulumi import` used to detect is no longer a conflict by automatically injecting DiffSuppressFunc
    for the relevant properties.
    
    Fixes #4457
    t0yv0 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    79b012f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Switch to TransformOutputs

    t0yv0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    25caf50 View commit details
    Browse the repository at this point in the history
  2. Use providertest import

    t0yv0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6d5f825 View commit details
    Browse the repository at this point in the history
  3. Remove debug output

    t0yv0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9cd8028 View commit details
    Browse the repository at this point in the history