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

Use ImportStatePersist to preserve state generated by import operation #1052

Merged
merged 8 commits into from Sep 8, 2022

Commits on Sep 7, 2022

  1. Copy the full SHA
    6dc3fa3 View commit details
    Browse the repository at this point in the history
  2. Removing additional call to Init as this has already been called in r…

    …unNewTest and when called at this point will overwrite the contents of the .terraform directory with the current version of the provider (#717)
    bendbennett committed Sep 7, 2022
    Copy the full SHA
    c8b634c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf90ede View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f286a7a View commit details
    Browse the repository at this point in the history
  5. Linting (#717)

    bendbennett committed Sep 7, 2022
    Copy the full SHA
    d7ffdfc View commit details
    Browse the repository at this point in the history
  6. Appears that init needs to be run within testStepNewImportState if we…

    …'re not persisting the state generated by the import (#717)
    bendbennett committed Sep 7, 2022
    Copy the full SHA
    f833dec View commit details
    Browse the repository at this point in the history
  7. Fixing test and adding a couple of additional tests to verify that im…

    …port test works when ImportStatePersist is false (#717)
    bendbennett committed Sep 7, 2022
    Copy the full SHA
    c2594f0 View commit details
    Browse the repository at this point in the history
  8. Linting (#717)

    bendbennett committed Sep 7, 2022
    Copy the full SHA
    6f4efc4 View commit details
    Browse the repository at this point in the history