@@ -73,44 +73,3 @@ resource "coderd_template" "dogfood" {
73
73
time_til_dormant_autodelete_ms = 7776000000
74
74
time_til_dormant_ms = 8640000000
75
75
}
76
-
77
- resource "coderd_template" "dogfood" {
78
- name = var. CODER_TEMPLATE_NAME
79
- display_name = " Write Coder on Coder"
80
- description = " The template to use when developing Coder on Coder!"
81
- icon = " /emojis/1f3c5.png"
82
- organization_id = " 703f72a1-76f6-4f89-9de6-8a3989693fe5"
83
- versions = [
84
- {
85
- name = var.CODER_TEMPLATE_VERSION
86
- message = var.CODER_TEMPLATE_MESSAGE
87
- directory = var.CODER_TEMPLATE_DIR
88
- active = true
89
- }
90
- ]
91
- acl = {
92
- groups = [{
93
- id = data.coderd_organization.default.id
94
- role = " use"
95
- }]
96
- users = [{
97
- id = data.coderd_user.machine.id
98
- role = " admin"
99
- }]
100
- }
101
- activity_bump_ms = 10800000
102
- allow_user_auto_start = true
103
- allow_user_auto_stop = true
104
- allow_user_cancel_workspace_jobs = false
105
- auto_start_permitted_days_of_week = [" friday" , " monday" , " saturday" , " sunday" , " thursday" , " tuesday" , " wednesday" ]
106
- auto_stop_requirement = {
107
- days_of_week = [" sunday" ]
108
- weeks = 1
109
- }
110
- default_ttl_ms = 28800000
111
- deprecation_message = null
112
- failure_ttl_ms = 604800000
113
- require_active_version = true
114
- time_til_dormant_autodelete_ms = 7776000000
115
- time_til_dormant_ms = 8640000000
116
- }
0 commit comments