-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Would be helpful to have a data source that provides the IP addresses from https://circleci.com/docs/2.0/ip-ranges/ with attributes for the different ranges and all combined.
I currently do something like for ip in $(dig +short jobs.knownips.circleci.com); do aws ec2 authorize-security-group-ingress --group-id sg-018b811ddb76d3134 --protocol tcp --port 22 --cidr "${ip}/32" --region us-east-2; done
. Would be nice to do this in Terraform.
Metadata
Metadata
Assignees
Labels
No labels