Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
When an App is added from a GitLab source, we clone the code in a couple different ways. During the initial detect process we use the linked GitLab account to clone the code using OAuth. During the create process we create a deploy key on the repo so App Platform is not reliant on a single user to build and deploy the app. At that point the deployment is cloned using SSH deploy keys.
I’m not familiar with Terraform, it seems that the user you might have linked may not be able to do the OAuth connection for detection? Maybe check that is the case. If that’s not it submit a support ticket.
Thanks for reaching out!
I figured I never came back to give the solution the support found. The problem stemmed from the URI I gave for the repository. I had something like owner/repo.git. Once I removed the .git extension from the URI, it worked.