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 e4176b3 commit 0a6203fCopy full SHA for 0a6203f
terraform/aws/implementation/modules/rds/main.tf
@@ -1,13 +1,13 @@
1
resource "aws_db_instance" "query-templates" {
2
- identifier = "tefca-viewer"
+ identifier = "query-templates"
3
instance_class = "db.t3.micro"
4
allocated_storage = 5
5
engine = "postgres"
6
engine_version = "16.3"
7
username = var.db_username
8
password = var.db_password
9
#db_subnet_group_name = aws_db_subnet_group.education.name
10
- vpc_security_group_ids = var.private_subnet_ids
+ #vpc_security_group_ids = var.private_subnet_ids
11
#parameter_group_name = aws_db_parameter_group.education.name
12
publicly_accessible = false
13
#skip_final_snapshot = true
0 commit comments