Add Description To Nas Security Group

LOW
Source
Trivy
ID
AVD-NIF-0015

Missing description for nas security group.

NAS security groups should include a description for auditing purposes.

Simplifies auditing, debugging, and managing nas security groups.

Impact

Descriptions provide context for the firewall rule reasons

Follow the appropriate remediation steps below to resolve the issue.

Add descriptions for all nas security groups

1
2
3
4
5
 resource "nifcloud_nas_security_group" "good_example" {
   group_name  = "app"
   description = "Allow from app traffic"
 }