0

I want to scan all the IP addresses on my organization's GCP account and feed it to a file every week or so. How do I write a Terraform script/code to pull those data from GCP and then send it to the Qualys API for scanning?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

1

AFAIK, there is no simple way to achieve that. You can find similar question and partial solutions here.

But if you want a complete list of all IPs in organization, I would suggest starting with a method to list all resources in organization or to use Cloud Asset Inventory.

If you feel like this is a feature that should be available, you can file a feature request.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Sergiusz
  • 1,175
  • 4
  • 13