Create a single project blueprint
Closed this issue · 1 comments
The blueprint on the main branch simulates a real world scenario of having apps, infra, pipelines etc in different GCP projects. In order to install and use the blueprint, one needs to have these IAM roles:
- Organization Administrator
- Project Creator
- Folder Admin; required only if you pass Folder Name to the script
- Billing Account Administrator (optional).
Sometimes, people want to try run the blueprint but they do not have the above mentioned access on their GCP accounts. We need to make a version of the blueprint that does not require elevated roles so any engineer in a company should be able to install and try it out. This new new version of the blueprint should work end to end in a single project and anyone who just has a project owner role on a given project can run the blueprint in there and try it end to end to understand the benefits of it.
This new version should not be mixed with the actual blueprint that is available on main branch . So the new version should be on a different branch like "single-project-blueprint"
The new version of the blueprint in single-project-blueprint branch. This version simulates the entire blueprint in a single project.