Skip to content

vechr/vechr-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Account Permission Needed

a. For Admin Service Account

Storage Object Admin

b. For service Account

Notes: Service Account User is to access default service account compute kubernetes

Compute Admin
Compute Network Admin
Compute Storage Admin
Kubernetes Engine Admin
Quota Administrator
Service Account Admin
Service Account User // to access default service account compute
Service Account Key Admin
Storage Object Admin
Cloud SQL Admin
Storage Admin

c. Enable the Resource First

gcloud services enable \
    cloudresourcemanager.googleapis.com \
    compute.googleapis.com \
    iam.googleapis.com \
    container.googleapis.com \
    servicenetworking.googleapis.com \
    sqladmin.googleapis.com \
    networkservices.googleapis.com

Check ID Projects

gcloud projects list

Config or Setting terragrunt file for example resources/production/terragrunt.hcl

WITH TERRAGRUNT

Combination of Terrafrom and Terragrunt

a. Plan and Apply

./execute.sh plan production
./execute.sh apply production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published