Put static IPs in Terraform Provider as a data source
T
Teddy Caddy
The static IPs documented on this page (https://docs.port.io/actions-and-automations/create-self-service-experiences/security/#port-ip-addresses-for-allow-lists) should be available in the Terraform Provider as a data source.
I was burned by the addition of new IP addresses, as I had to manually curate my list. If these came from the TF Provider, I could have all my downstream stuff work automatically when the list changes.
J
Jeffrey Silverman
An alternative solution that might be simpler for Port.io to implement is to publish these IP addrs as a text file on a well-known and static URL, one IP addr per line
Then in Terraform we could use the http data resource