0
0
llucycodes42
This code creates a resource called "${MyAWSResource}" that can contain a list of resource parameter groups. A parameter group is a collection of settings that you can use to manage your RDS instance.
Shortcut: tf_aws_rds_cluster_parameter_group
resource "aws_rds_cluster_parameter_group" "${MyAWSResource}" {
}