Skip to content

Commit 958708a

Browse files
committed
chore: better handling for prefix
1 parent ad348a7 commit 958708a

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
@@ -2,7 +2,7 @@ module "rds_postgres" {
22
# source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=4.1.0"
33
source = "../.."
44

5-
identifier_prefix = "${var.name_prefix}-example-rds-pg-"
5+
identifier_prefix = "${var.name_prefix}example-rds-pg-"
66
postgres_name = "example0"
77
parameter_group_name = "${var.name_prefix}example-rds-postgres-pg"
88
username = "exampleUsername"

0 commit comments

Comments
 (0)