From 35f51261bf34c6c2913bd3d49b297dedb151d0ad Mon Sep 17 00:00:00 2001 From: apichick Date: Mon, 1 Nov 2021 19:10:06 +0100 Subject: [PATCH] Updated iam variable description --- modules/cloud-run/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloud-run/variables.tf b/modules/cloud-run/variables.tf index a6fc896d..1a5d80e8 100644 --- a/modules/cloud-run/variables.tf +++ b/modules/cloud-run/variables.tf @@ -58,7 +58,7 @@ variable "containers" { } variable "iam" { - description = "IAM bindings for topic in {ROLE => [MEMBERS]} format." + description = "IAM bindings for Cloud Run service in {ROLE => [MEMBERS]} format." type = map(list(string)) default = {} }