0
0
llucycodes42
The code snippet creates a new security group named MyAWSResource. The security group allows ports 22 (SSH) and 80 (HTTP) to traffic.
Shortcut: tf_aws_default_security_group
resource "aws_default_security_group" "${MyAWSResource}" {
}