Skip to content

Commit

Permalink
chore: fix readme (terraform-google-modules#724)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikhil Makhijani <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Awais Malik <[email protected]>
Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
5 people authored and michalbagrowski committed Jun 7, 2024
1 parent 0597441 commit 3f301e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ Therefore, the Project Factory deletes the default Service Account to prevent th
1. No default roles. This Service Account doesn't have access to any GCP resources unless you explicitly grant them.

2. No default usage. With the default Service Account deleted, you have to be explicit in choosing a Service Account for VMs which ensures developers make an informed choice when deciding what access level to give applications.

## Requirement for `random_project_id`

This variables adds a suffix of 4 random characters to the `project_id` provided. It is important to note that once you delete a project you can't use the same `project_id`. `random_project_id` comes in handy in such situations (specially during testing) since it allows you to create and shut down projects without conflicts.

0 comments on commit 3f301e4

Please sign in to comment.