Skip to content

Commit

Permalink
fix(aws-provider): add aws-zone-match-parent flag value to aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoluiznunes committed Feb 6, 2024
1 parent 6970972 commit ca4f3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/aws-sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ metadata:
spec:
...
```

This will set the TTL for the DNS record to 60 seconds.


Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ func main() {
ZoneIDFilter: zoneIDFilter,
ZoneTypeFilter: zoneTypeFilter,
ZoneTagFilter: zoneTagFilter,
ZoneMatchParent: cfg.AWSZoneMatchParent,
BatchChangeSize: cfg.AWSBatchChangeSize,
BatchChangeInterval: cfg.AWSBatchChangeInterval,
EvaluateTargetHealth: cfg.AWSEvaluateTargetHealth,
Expand Down

0 comments on commit ca4f3ae

Please sign in to comment.