We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca7f7a commit ad348a7Copy full SHA for ad348a7
examples/minimal/main.tf
@@ -4,7 +4,7 @@ module "rds_postgres" {
4
5
identifier_prefix = "${var.name_prefix}-example-rds-pg-"
6
postgres_name = "example0"
7
- parameter_group_name = "${var.name_prefix}-example-rds-postgres-pg"
+ parameter_group_name = "${var.name_prefix}example-rds-postgres-pg"
8
username = "exampleUsername"
9
password = "examplePassword" #tfsec:ignore:GEN003
10
0 commit comments