Skip to content

Commit 9351c74

Browse files
Update main.tf
1 parent 034544a commit 9351c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rds_terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ resource "aws_db_instance" "example" {
1717
instance_class = "db.t2.micro"
1818
allocated_storage = 20
1919
publicly_accessible = true
20-
username = var.db-username
21-
password = var.db-password
20+
username = var.db_username
21+
password = var.db_password
2222
vpc_security_group_ids = [aws_security_group.example.id]
2323
skip_final_snapshot = true
2424

0 commit comments

Comments
 (0)