A database resource is marked as publicly accessible.
Database resources should not publicly available. You should limit all access to the minimum that is required for your application to function.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Set the database to not be publicly accessible
1
2
3
|
resource "nifcloud_db_instance" "good_example" {
publicly_accessible = false
}
|
Links