I might be do something wrong, though it looks like ipinfo tool aggregate does nothing for me 😢
> terraform output -json | jq -r '.output | .value| .[] | select(. | startswith("172"))'
172.17.0.0/16
172.25.0.0/16
172.26.0.0/16
172.27.0.0/16
172.28.0.0/16
172.29.0.0/16
> terraform output -json | jq -r '.output | .value| .[] | select(. | startswith("172"))' | ipinfo tool aggregate
172.17.0.0/16
172.25.0.0/16
172.26.0.0/16
172.27.0.0/16
172.28.0.0/16
172.29.0.0/16
> terraform output -json | jq -r '.output | .value| .[] | select(. | startswith("172"))' | aggregate -q
172.17.0.0/16
172.25.0.0/16
172.26.0.0/15
172.28.0.0/15
Is it me or the tool?
I might be do something wrong, though it looks like
ipinfo tool aggregatedoes nothing for me 😢Is it me or the tool?