LOW
Source
Trivy
ID
AVD-NIF-0010

The db instance has common private network

When handling sensitive data between servers, please consider using a private LAN to isolate the private side network from the shared network.

Impact

The common private network is shared with other users

Follow the appropriate remediation steps below to resolve the issue.

Use private LAN

1
2
3
4
 resource "nifcloud_db_instance" "good_example" {
   network_id = nifcloud_private_lan.main.id
 }