Skip to content

Commit 0a6203f

Browse files
author
marycrawford
committed
update db identifier to query-templates
1 parent e4176b3 commit 0a6203f

File tree

1 file changed

+2
-2
lines changed
  • terraform/aws/implementation/modules/rds

1 file changed

+2
-2
lines changed

terraform/aws/implementation/modules/rds/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
resource "aws_db_instance" "query-templates" {
2-
identifier = "tefca-viewer"
2+
identifier = "query-templates"
33
instance_class = "db.t3.micro"
44
allocated_storage = 5
55
engine = "postgres"
66
engine_version = "16.3"
77
username = var.db_username
88
password = var.db_password
99
#db_subnet_group_name = aws_db_subnet_group.education.name
10-
vpc_security_group_ids = var.private_subnet_ids
10+
#vpc_security_group_ids = var.private_subnet_ids
1111
#parameter_group_name = aws_db_parameter_group.education.name
1212
publicly_accessible = false
1313
#skip_final_snapshot = true

0 commit comments

Comments
 (0)