import Url
Parameters
value
Git URL to a repository to be imported. Together with mirror = true
it will setup a Pull Mirror. This can also be used together with forked_from_project_id
to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in import_url_username
and import_url_password
. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using pulumi import
. See the examples section for how to properly use it.