Update README.md

This commit is contained in:
Ludovico Magnocavallo 2020-05-13 07:54:03 +02:00 committed by GitHub
parent e85173e440
commit 835915c4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,14 @@ module "service-directory" {
project_id = "my-project" project_id = "my-project"
location = "europe-west1" location = "europe-west1"
name = "apps" name = "apps"
iam_members = {
"roles/servicedirectory.editor" = [
"serviceAccount:namespace-editor@example.com"
]
}
iam_roles = [
"roles/servicedirectory.editor"
]
services = { services = {
app1 = { endpoints = ["one"], metadata = null } app1 = { endpoints = ["one"], metadata = null }
} }