mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
ROUTE53: fix parameter type for R53_EVALUATE_TARGET_HEALTH (#2658)
This commit is contained in:
@ -3,7 +3,7 @@ name: R53_EVALUATE_TARGET_HEALTH
|
||||
parameters:
|
||||
- enabled
|
||||
parameter_types:
|
||||
enabled: bool
|
||||
enabled: boolean
|
||||
ts_return: RecordModifier
|
||||
provider: ROUTE53
|
||||
---
|
||||
|
Reference in New Issue
Block a user