You've already forked devops-exercises
Update
This commit is contained in:
19
topics/gcp/exercises/create_project/solution.md
Normal file
19
topics/gcp/exercises/create_project/solution.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user