Files
terraform-provider-unifi/examples/provider/variables.tf
2020-05-22 21:16:46 -04:00

8 lines
72 B
HCL

variable "username" {
}
variable "password" {
}
variable "api_url" {
}