devops-exercises/topics/gcp/exercises/create_project/solution.md
Arie Bregman 7cceb86b38 Update
2022-10-23 13:02:53 +03:00

19 lines
480 B
Markdown

# Create a Project
## Objectives
1. Create a project with a unique name
## Solution
### Console
1. Click in the top bar on "New Project" (if you already have a project then, click on the project name and then "New Project") or in the search bar insert "Create Project".
2. Insert a globally unique project name
3. Optionally choose an organization
4. Optionally put it under a specific folder
5. Click on "Create" :)
### Terraform
Click [here](main.tf) to view the solution