Open jreiml opened 1 week ago
Terraform schema is supposed to be static by design, so it doesn't easily support validating the provided values against dynamic values. There are ways around it though... I will see what can be done, as it makes sense to have it dynamic.
For the latest version of Adguard (v0.107.54), the
blocked_services
property in theadguard_client
resource does not handle all available services.The following services are currently missing:
It might be a good idea to dynamically load the available services from the GetBlockedServicesList method.