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

480 B

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 to view the solution