gcpug / nouhau

Google Cloud Platformのノウハウを共有するRepository
https://gcpug.jp
MIT License
653 stars 23 forks source link

Terraformでお手軽GCP Project管理 #61

Open tnir opened 6 years ago

tnir commented 6 years ago

terraformでほい!する

cf. https://www.terraform.io/docs/providers/google/index.html

tnir commented 6 years ago

@sinmetal

sinmetal commented 6 years ago

ん?terraformでGCPのProjectの作成みたいなのがやりたいという話かな?

sinmetal commented 6 years ago

https://www.terraform.io/docs/providers/google/d/google_project.html を使って、OrganizetionのProject CreatorとBilling Accountの権限を持った、Service Accountにterraform.applyを実行させれば、GCP Projectが作られます。

sinmetal commented 6 years ago

WHAT

terraformでOrganizetionにGCP Projectを作成するサンプルを作成する。

WHY

GCP Projectの作成をterraformで管理して、コード化したい。