nixos-anywhere/terraform/nix-build/variables.tf
2023-02-14 07:34:24 +01:00

11 lines
226 B
HCL

variable "attribute" {
type = string
description = "the attribute to build, can also be a flake"
}
variable "file" {
type = string
description = "the nix file to evaluate, if not run in flake mode"
default = null
}