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 ad348a7 commit 958708aCopy full SHA for 958708a
examples/minimal/main.tf
@@ -2,7 +2,7 @@ module "rds_postgres" {
2
# source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=4.1.0"
3
source = "../.."
4
5
- identifier_prefix = "${var.name_prefix}-example-rds-pg-"
+ identifier_prefix = "${var.name_prefix}example-rds-pg-"
6
postgres_name = "example0"
7
parameter_group_name = "${var.name_prefix}example-rds-postgres-pg"
8
username = "exampleUsername"
0 commit comments