Skip to content

Commit

Permalink
add example with private zone flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 25, 2024
1 parent ef39c8c commit b9a8b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/configs/eip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ quotas:
metrics:
- name: "route53_hosted_zone_records"
help: "Number of resource sets in hosted zone"
script: "aws route53 list-hosted-zones | jq -r '.HostedZones[] | \"id=\(.Id),name=\(.Name),\(.ResourceRecordSetCount)\"'"
script: "aws route53 list-hosted-zones | jq -r \'.HostedZones[] | \"id=\\(.Id),name=\\(.Name),private=\\(.Config.PrivateZone),\\(.ResourceRecordSetCount)\"\'"

0 comments on commit b9a8b23

Please sign in to comment.