terraform-github-rke2-download/examples/selected/variables.tf

12 lines
251 B
HCL

variable "release" {
type = string
description = <<-EOT
The value of the git tag associated with the release to find.
EOT
}
variable "path" {
type = string
description = <<-EOT
The path to download the files to.
EOT
}