fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
114 stars 38 forks source link

Expose shared IPv4 address through app data source #231

Open robinvdvleuten opened 1 year ago

robinvdvleuten commented 1 year ago

I've added the shared IPv4 address to the app data source, as it is missing in the list of IP addresses attached to the app. Another solution would maybe be to append it to the existing list. Even better would be to have it "managed" somehow by the fly_ip resource with a shared_v4 type.