You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #35, when importing a project we were not updating the ID to
be the primary key id, so if a project was imported with `terraform
import gitlab_project.foo user/foo` it was kept in the state as
`user/foo` rather than the underlying id.
Here we fix that up, and add some documentation indicating that this
resource is importable (towards #36)
0 commit comments