fleet/infrastructure/sandbox/SharedInfrastructure/variables.tf
Zachary Winnerman 82ba1a00a2
Demo packaging (#7020)
* 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
2022-08-05 11:41:41 -04:00

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" {}