Missing description for db security group.
DB security groups should include a description for auditing purposes.
Simplifies auditing, debugging, and managing db security groups.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Add descriptions for all db security groups
1
2
3
4
|
resource "nifcloud_db_security_group" "good_example" {
group_name = "app"
description = "Allow from app traffic"
}
|
Links