Skip to content

Commit ad348a7

Browse files
committed
chore: remove leading _
1 parent 0ca7f7a commit ad348a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/minimal/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "rds_postgres" {
44

55
identifier_prefix = "${var.name_prefix}-example-rds-pg-"
66
postgres_name = "example0"
7-
parameter_group_name = "${var.name_prefix}-example-rds-postgres-pg"
7+
parameter_group_name = "${var.name_prefix}example-rds-postgres-pg"
88
username = "exampleUsername"
99
password = "examplePassword" #tfsec:ignore:GEN003
1010

0 commit comments

Comments
 (0)