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

15 lines
372 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"
}