We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25997a4 commit 444d2d3Copy full SHA for 444d2d3
modules/integrations/pub-sub/main.tf
@@ -218,6 +218,7 @@ resource "google_project_iam_custom_role" "custom_ingestion_auth_role" {
218
"pubsub.subscriptions.list",
219
"logging.sinks.get",
220
"logging.sinks.list",
221
+ "monitoring.timeSeries.list",
222
]
223
}
224
modules/integrations/pub-sub/organizational.tf
@@ -73,6 +73,7 @@ resource "google_organization_iam_custom_role" "custom_ingestion_auth_role" {
73
74
75
76
77
78
79
0 commit comments