feat(core): Adjust T-Rex for external topologies
[csit.git] / terraform-aws-vpc / example / variables.tf
1 variable "region" {
2   description = "AWS Region."
3   type        = string
4   default     = "us-east-1"
5 }