Files
terraform-provider-unifi/examples/provider/variables.tf
2025-02-23 19:51:18 +01:00

15 lines
139 B
HCL

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