terraform-provider-edge-con.../examples/basic/variables.tf
2025-11-11 15:32:09 +01:00

5 lines
138 B
HCL

variable "edge_connect_token" {
description = "Authentication token for Edge Connect API"
type = string
sensitive = true
}