Skip to content

Commit 82f938d

Browse files
author
benny-v
committed
change name tag
1 parent 0f22091 commit 82f938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "aws" {
55
# Locals
66
locals {
77
tags = {
8-
Name = var.hostname
8+
Name = "${var.github_username}-code-server"
99
Terraform = true
1010
}
1111
}

0 commit comments

Comments
 (0)