CRITICAL
Source
Trivy
ID
AVD-OCI-0001

Compute instance requests an IP reservation from a public pool

Compute instance requests an IP reservation from a public pool

The compute instance has the ability to be reached from outside, you might want to sonder the use of a non public IP.

Impact

Follow the appropriate remediation steps below to resolve the issue.

Reconsider the use of an public IP

1
2
3
4
5
 resource "opc_compute_ip_address_reservation" "good_example" {
 	name            = "my-ip-address"
 	ip_address_pool = "cloud-ippool"
   }