featurebase/qa/tf/perf/able/variables.tf
2022-09-02 13:23:39 -07:00

14 lines
371 B
HCL

variable "region" {
description = "The AWS region in which the VPC should be built"
type = string
}
variable "profile" {
description = "The name of the AWS profile Terraform should use for auth."
type = string
}
variable "cluster_prefix" {
type = string
description = "This is a identifier that will be prefixed to created resources"
}