0
0
llucycodes42
The code creates an elasticache security group and defines the security group's name and security configuration.
Shortcut: tf_aws_elasticache_security_group
resource "aws_elasticache_security_group" "${MyAWSResource}" {
}
0
0
llucycodes42
The code creates an elasticache security group and defines the security group's name and security configuration.
Shortcut: tf_aws_elasticache_security_group
resource "aws_elasticache_security_group" "${MyAWSResource}" {
}