Files
terraform-provider-unifi/examples/provider/variables.tf
2020-10-16 21:39:51 -04:00

12 lines
115 B
HCL

variable "username" {
}
variable "password" {
}
variable "api_url" {
}
variable "insecure" {
default = false
}