Rename default agent to "main" instead of "dev" (#3150)

Resolves #3143
This commit is contained in:
Ammar Bandukwala
2022-07-23 15:26:56 -05:00
committed by GitHub
parent 257e52e014
commit f28d14197a
20 changed files with 23 additions and 31 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ provider "coder" {
data "coder_workspace" "me" {
}
resource "coder_agent" "dev" {
resource "coder_agent" "main" {
arch = "amd64"
os = "linux"
startup_script = <<EOF