provider "encapi" { endpoint = var.encapi_endpoint # token defaults to the ENCAPI_WRITE_TOKEN environment variable } variable "encapi_endpoint" { description = "The encapi server base URL." type = string default = "https://encapi.k8s.syd1.au.unkin.net" }