Skip to content

Commit

Permalink
fixed descriptions for vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanracker committed Dec 6, 2023
1 parent 18d4b2a commit 92e0b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions patterns/blueprint-vpc-lattice/cluster1/variable.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variable "region" {
description = "aws region in which the resources will be deployed"
type = string
default = "ap-southeast-2"
}
1 change: 1 addition & 0 deletions patterns/blueprint-vpc-lattice/cluster2/variable.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variable "region" {
description = "aws region in which the resources will be deployed"
type = string
default = "ap-southeast-2"
}

0 comments on commit 92e0b20

Please sign in to comment.