123456789101112131415161718 |
- variable "user_id"{
- type = string
- description = "unique ID for each lab user"
- }
-
- variable "email" {
- type = string
- description = "Email address used for activations"
- }
-
- variable "geo_block_list" {
- type = list(any)
- description = "Blocked geos"
- }
-
- variable "network" {
- type = string
- }
|