Skip to content

Commit 93ac355

Browse files
committed
fix: add name tag to db
1 parent 2d1966f commit 93ac355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

more_examples/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ resource "aws_db_instance" "my_db" {
3838
publicly_accessible = false
3939
skip_final_snapshot = true
4040
deletion_protection = false
41+
42+
tags = {
43+
Name = "my-db"
44+
}
4145
}
4246

4347
module "eks" {

0 commit comments

Comments
 (0)