Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:50
Show Gist options
  • Save guivin/be78946841f560a80d1955c105741a8d to your computer and use it in GitHub Desktop.
Save guivin/be78946841f560a80d1955c105741a8d to your computer and use it in GitHub Desktop.
terraform/modules/aws-ecs/variables.tf
variable "tags" {
type = map(string)
description = "(Required) Tags for resources"
}
variable "region" {
type = string
description = "(Required) AWS region"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment