File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "coderd_template" "dogfood" {
38
38
display_name = " Write Coder on Coder"
39
39
description = " The template to use when developing Coder on Coder!"
40
40
icon = " /emojis/1f3c5.png"
41
- organization_id = " 703f72a1-76f6-4f89-9de6-8a3989693fe5 "
41
+ organization_id = data . coderd_organization . default . id
42
42
versions = [
43
43
{
44
44
name = var.CODER_TEMPLATE_VERSION
@@ -80,7 +80,7 @@ resource "coderd_template" "envbuilder_dogfood" {
80
80
display_name = " Write Coder on Coder using Envbuilder"
81
81
description = " Write Coder on Coder using a workspace built by Envbuilder."
82
82
icon = " /emojis/1f3d7.png" # 🏗️
83
- organization_id = " 703f72a1-76f6-4f89-9de6-8a3989693fe5 "
83
+ organization_id = data . coderd_organization . default . id
84
84
versions = [
85
85
{
86
86
name = var.CODER_TEMPLATE_VERSION
You can’t perform that action at this time.
0 commit comments