In the current Google Cloud Deployment Manager documents.. Seems like you can not create any roles or permissions with it or am I just missing a property or resource type?
Asked
Active
Viewed 213 times
1 Answers
0
You must grant your project's Google APIs service account the primitive roles/owner role so it can apply the IAM policies you define in your configurations. And, When you create or update your deployment, Deployment Manager calls the Identity and Access Management (IAM) API to set the appropriate permissions on the resource.
I invite you to take a look at this Stack overflow thread to get more information.

Milad Tabrizi
- 480
- 3
- 15
-
oh sorry I am not aware of the `action`. I was only aware with the `type` as they don't show such examples in their document – Dean Christian Armada Dec 04 '18 at 00:46
-
You can find more information regarding deploymentmanager samples [here](https://github.com/GoogleCloudPlatform/deploymentmanager-samples/tree/master/examples/v2) – Milad Tabrizi Dec 05 '18 at 04:55