0
0
llucycodes42
The code creates a security group for the given resource. The security group allows traffic from the specified source IP range and destination IP range.
Shortcut: tf_aws_redshift_security_group
resource "aws_redshift_security_group" "${MyAWSResource}" {
}