Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Mar 31, 2024
1 parent 8af67a3 commit 05310f6
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore .terraform directories
**/.terraform
46 changes: 46 additions & 0 deletions deeplearning/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions deeplearning/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "~>0.12.0"
}
docker = {
source = "kreuzwerker/docker"
version = "~>3.0.2"
}
}
}
Expand Down Expand Up @@ -142,7 +140,7 @@ module "jupyterlab" {
count = local.jupyter-count
source = "registry.coder.com/modules/jupyterlab/coder"
version = "1.0.8"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}

resource "coder_agent" "main" {
Expand Down

0 comments on commit 05310f6

Please sign in to comment.