Skip to content

Commit

Permalink
Correct db module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kmakedos committed Mar 25, 2024
1 parent 8313a4f commit 3ae0fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationLayers/modules/db/db.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "aws_db_instance" "default" {
resource "aws_db_instance" "db" {
allocated_storage = 10
db_name = var.db_name
engine = "mysql"
Expand Down

0 comments on commit 3ae0fdd

Please sign in to comment.