variable "name" { description = "Name to be used on all the resources as identifier" type = string } variable "stage" { description = "Environment stage" type = string } variable "region" { type = string description = "The aws region to deploy in" }