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

fix: use the appropriate ID when trying to import github_team_members objects #1074

Merged
merged 1 commit into from
Mar 11, 2022

Commits on Feb 23, 2022

  1. fix: use the appropriate ID when trying to import `github_team_member…

    …s` objects
    
    When importing a `github_team_member`, the import command passes in team ID as the
    "Id", not the "team_id" captured in the state for existing resources, and this empty string is
    causing the import step to fail when parsing as a number. Should fix integrations#608, as I hit the same error.
    Brandon Waite committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    155f72c View commit details
    Browse the repository at this point in the history