0
0
llucycodes42
This code creates an option group with the name MyAWSResource. Option groups are a way to organize your options in one place. You can use option groups to group your options by topic, availability zone, or any other criteria.
Shortcut: tf_aws_db_option_group
resource "aws_db_option_group" "${MyAWSResource}" {
}