Change example name in aws_db_paramater_group res
AWS DB Paramater Groups cannot contain underscores, see http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-CreateDBParameterGroup.html
This commit is contained in:
parent
b0abb4ea49
commit
95270bf68d
|
@ -12,7 +12,7 @@ Provides an RDS DB parameter group resource.
|
|||
|
||||
```
|
||||
resource "aws_db_parameter_group" "default" {
|
||||
name = "rds_pg"
|
||||
name = "rds-pg"
|
||||
family = "mysql5.6"
|
||||
description = "RDS default parameter group"
|
||||
|
||||
|
|
Loading…
Reference in New Issue