File tree Expand file tree Collapse file tree 2 files changed +54
-7
lines changed
Expand file tree Collapse file tree 2 files changed +54
-7
lines changed Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 coder = {
4- source = " coder/coder"
4+ source = " coder/coder"
55 }
66 docker = {
77 source = " kreuzwerker/docker"
@@ -30,7 +30,7 @@ data "coder_parameter" "server" {
3030 description = " CTAR 402"
3131 value = " ssh://ctar@ctar402"
3232 icon = " /icon/container.svg"
33- }
33+ }
3434 option {
3535 name = " ctar403"
3636 description = " CTAR 403"
@@ -113,9 +113,9 @@ resource "coder_app" "matlab_desktop" {
113113}
114114
115115resource "coder_agent" "main" {
116- arch = " amd64"
117- os = " linux"
118- startup_script = << EOT
116+ arch = " amd64"
117+ os = " linux"
118+ startup_script = << EOT
119119 #!/bin/bash
120120 set -euo pipefail
121121 # start Matlab browser
@@ -168,8 +168,8 @@ resource "coder_agent" "main" {
168168}
169169
170170resource "docker_image" "matlab" {
171- name = " matifali/matlab:r2023a"
172- keep_locally = true
171+ name = " matifali/matlab:r2023a"
172+ keep_locally = true
173173}
174174
175175# home_volume
You can’t perform that action at this time.
0 commit comments