spacelift-io / terraform-starter

Starter repository to play with Spacelift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error trying to create managed stack

ben-spotnana opened this issue · comments

Trying to follow the readme and getting stuck with creating the managed stack. Getting an error that the github application installation is not found even though the application installation must have been working enough to create the other resources.
image

I believe that you've already solved this shorty after posting it going by an internal chat thread

github_enterprise {
    namespace = "yourNamespaceGoesHere" # The GitHub organization / user the repository belongs to
  }

This would be needed on every stack (if using github + other examples for bitbucket / gitlab in the link).
If you don’t add the block, we’re assuming that you’re using the Spacelift-managed GitHub app.