Skip to content

Commit 1880c89

Browse files
committed
fix: add name tags
1 parent de201e8 commit 1880c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ resource "aws_instance" "my_web_app" {
1414
tags = {
1515
Environment = "production"
1616
Service = "web-app"
17+
Name = "dash"
1718
}
1819

1920
root_block_device {

0 commit comments

Comments
 (0)