Skip to content

Commit cbd1b59

Browse files
authored
Update variables.tf
1 parent 3762735 commit cbd1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "name" {
1212
variable "region" {
1313
description = "Region to deploy the EC2 to"
1414
type = string
15-
default = ""
15+
default = "eu-central-1"
1616
}
1717

1818
variable "ami_ssm_parameter" {

0 commit comments

Comments
 (0)