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
@richardmcsong Unfortunately the project_environments attribute is one current use case where you will need to perform terraform apply twice. Meaning, first apply without project_environments attribute defined. After project and repo are created and associated, then you can apply the project environments in second terraform apply.
This is a limitation of the REST API and we are aware of it.
Given a repository that needs to be created inside an environment inside that project:
The documentation recommends that the repository be associated to a project through the
project_repository
resource. However, the environment association only exists within initial federated repo definition. This leads to this error:where the environment is not found within the global scope (only the project scope).
What is the recommendation to directly create the repo within a project environment (without multiple PRs)?
The text was updated successfully, but these errors were encountered: