From 92e0b202195def96f4b627dc40da97ca8fc7e0b2 Mon Sep 17 00:00:00 2001 From: ruban suthan Date: Wed, 6 Dec 2023 12:14:40 +1100 Subject: [PATCH] fixed descriptions for vars --- patterns/blueprint-vpc-lattice/cluster1/variable.tf | 1 + patterns/blueprint-vpc-lattice/cluster2/variable.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/patterns/blueprint-vpc-lattice/cluster1/variable.tf b/patterns/blueprint-vpc-lattice/cluster1/variable.tf index 698d320a20..592b156013 100644 --- a/patterns/blueprint-vpc-lattice/cluster1/variable.tf +++ b/patterns/blueprint-vpc-lattice/cluster1/variable.tf @@ -1,4 +1,5 @@ variable "region" { + description = "aws region in which the resources will be deployed" type = string default = "ap-southeast-2" } \ No newline at end of file diff --git a/patterns/blueprint-vpc-lattice/cluster2/variable.tf b/patterns/blueprint-vpc-lattice/cluster2/variable.tf index 698d320a20..592b156013 100644 --- a/patterns/blueprint-vpc-lattice/cluster2/variable.tf +++ b/patterns/blueprint-vpc-lattice/cluster2/variable.tf @@ -1,4 +1,5 @@ variable "region" { + description = "aws region in which the resources will be deployed" type = string default = "ap-southeast-2" } \ No newline at end of file