Revert "fix(IPsecUtil): Delete keywords no longer used"
[csit.git] / fdio.infra.terraform / terraform-aws-subnet / example / variables.tf
1 variable "region" {
2   description = "AWS Region."
3   type        = string
4   default     = "us-east-1"
5 }