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