fix(aws-provider): add aws-zone-match-parent flag value to aws config

This commit is contained in:
thiagoluiznunes 2024-02-06 18:36:06 -03:00
parent 6970972b6d
commit ca4f3ae12b
2 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,7 @@ metadata:
spec:
...
```
This will set the TTL for the DNS record to 60 seconds.

View File

@ -233,6 +233,7 @@ func main() {
ZoneIDFilter: zoneIDFilter,
ZoneTypeFilter: zoneTypeFilter,
ZoneTagFilter: zoneTagFilter,
ZoneMatchParent: cfg.AWSZoneMatchParent,
BatchChangeSize: cfg.AWSBatchChangeSize,
BatchChangeInterval: cfg.AWSBatchChangeInterval,
EvaluateTargetHealth: cfg.AWSEvaluateTargetHealth,