0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【GCP】フォルダを作成してみた

0
Posted at

GCPに携わって一年。フォルダを作成とかしたことなかったのでやってみました。

ハマったところ

リソース管理からフォルダを作成してみようとおもったら、以下の権限が必要とのこと。
resourcemanager.folders.create

公式ドキュメントは以下です。
https://cloud.google.com/resource-manager/docs/creating-managing-folders

対処

今回の対処方法としては、組織の管理者アカウントに属している私のアカウントに「resourcemanager.folders.create」を付与しました。
GCPコンソール画面から付与することができるので、簡単です。

対処後の変化

リソース管理からフォルダを作成できるようになりました。
フォルダを作成した後は、プロジェクトを作成するときに表示される「場所」でフォルダを選ぶことができるようになってます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?