Skip to content

Commit 37fe15a

Browse files
committed
configure the region variable to be optional
1 parent 68a0314 commit 37fe15a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ variable "instance_profile" {
167167
variable "region" {
168168
description = "The AWS region to deploy to"
169169
type = string
170+
default = null
170171
}

0 commit comments

Comments
 (0)