Create Service Accounts withCustom Roles using modular Terraform, Terragrunt and Cloud Build

Create Service Accounts with Custom Roles using modular Terraform, Terragrunt and Cloud Build The goal of this article is to create Service Accounts with Custom Roles in Google Cloud using CI CD pipeline and Infrastructure As Code. The use of custom roles is interesting because it allows us to follow the least privilege principle, which is to set only the necessary permissions. 1. Explanation of the […]