Skip to content

Inconsistent behavior between plan and apply #32

Description

@DragonZ

When using astro to plan some specific modules, it will ignore changes in the dependencies in the plan. For example,

  • Module A depends on module B.
  • I made some changes to module A & B.
  • If I run plan with filter options to target module A, it will not ignore the fact that A depends on B and there are changes in module B when showing the plan result.
  • But when running apply, it will include changes I made in module B.

Suggestion: Always include changes from your dependencies and add flag to allow opt-out for special use cases.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions