Update README.md
This commit is contained in:
committed by
GitHub
parent
e2004d0c0d
commit
133623dee9
@@ -10,7 +10,7 @@ This module allows managing a single Pub/Sub topic, including multiple subscript
|
|||||||
```hcl
|
```hcl
|
||||||
module "pubsub" {
|
module "pubsub" {
|
||||||
source = "./modules/pubsub"
|
source = "./modules/pubsub"
|
||||||
project_id = "my-project
|
project_id = "my-project"
|
||||||
name = "my-topic"
|
name = "my-topic"
|
||||||
iam_roles = [
|
iam_roles = [
|
||||||
"roles/pubsub.viewer",
|
"roles/pubsub.viewer",
|
||||||
|
|||||||
Reference in New Issue
Block a user