We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f22091 commit 82f938dCopy full SHA for 82f938d
main.tf
@@ -5,7 +5,7 @@ provider "aws" {
5
# Locals
6
locals {
7
tags = {
8
- Name = var.hostname
+ Name = "${var.github_username}-code-server"
9
Terraform = true
10
}
11
0 commit comments