mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 15:38:39 +00:00
* checkin for testing * Initial work on packaging, still need to configure fleet to use it * Add the terraform stuff for installers * Add iam permissions for packaging * Add environment variables for installers to fleet * Implement review fixes * Add an extra state for provisioned, but not ready for customers * Add secretsmanager stuff for apple * fixup * fixup * Bugfixes * fixup * fixup and added some stuff to the readdme * Add link to openapi.json in readme
15 lines
239 B
HCL
15 lines
239 B
HCL
variable "prefix" {}
|
|
|
|
variable "allowed_security_groups" {
|
|
type = list(string)
|
|
default = []
|
|
}
|
|
|
|
variable "eks_allowed_roles" {
|
|
type = list(any)
|
|
default = []
|
|
}
|
|
|
|
variable "vpc" {}
|
|
variable "base_domain" {}
|
|
variable "kms_key" {}
|