mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
14 lines
371 B
HCL
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"
|
|
}
|