Skip to content

Commit

Permalink
Update templates/production/variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlkan authored Oct 23, 2024
1 parent 220d667 commit 900c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/production/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "region" {
type = string
description = "Default AWS region"
default = "eu-central-1"
default = "todo"
}

0 comments on commit 900c312

Please sign in to comment.