Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:48
Show Gist options
  • Save guivin/b2aa55cb0ec01fef890fb3aed8771a27 to your computer and use it in GitHub Desktop.
Save guivin/b2aa55cb0ec01fef890fb3aed8771a27 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