From f65b15a62bbc793c5c9a9dc4e2c55ccdf3e93722 Mon Sep 17 00:00:00 2001 From: Christoph Grotz Date: Fri, 24 Feb 2023 17:52:56 +0000 Subject: [PATCH] added period --- blueprints/networking/psc-glb-and-armor/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/networking/psc-glb-and-armor/variables.tf b/blueprints/networking/psc-glb-and-armor/variables.tf index beb2a8c1..b8715ea6 100644 --- a/blueprints/networking/psc-glb-and-armor/variables.tf +++ b/blueprints/networking/psc-glb-and-armor/variables.tf @@ -29,7 +29,7 @@ variable "prefix" { } variable "producer_project_id" { - description = "The producer project, in which the ILB, PSC Service Attachment and Cloud Run service should be created" + description = "The producer project, in which the ILB, PSC Service Attachment and Cloud Run service should be created." type = string }