Skip to content

Commit

Permalink
Add missing region variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Jun 16, 2021
1 parent 65940a0 commit 9fa9950
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/terraform-aws-ecs-example/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
# REQUIRED PARAMETERS
# You must provide a value for each of these parameters.
# ---------------------------------------------------------------------------------------------------------------------

variable "region" {
description = "The AWS region to deploy to"
type = string
}
# ---------------------------------------------------------------------------------------------------------------------
# OPTIONAL PARAMETERS
# These parameters have reasonable defaults.
Expand Down

0 comments on commit 9fa9950

Please sign in to comment.