mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +00:00
2a66395fb7
* feat: use app wildcards for apps if configured
* feat: relative_path -> subdomain
- rename relative_path -> subdomain when referring to apps
- migrate workspace_apps.relative_path to workspace_apps.subdomain
- upgrade coder/coder terraform module to 0.5.0
27 lines
1.8 KiB
Plaintext
Generated
27 lines
1.8 KiB
Plaintext
Generated
digraph {
|
|
compound = "true"
|
|
newrank = "true"
|
|
subgraph "root" {
|
|
"[root] coder_agent.dev1 (expand)" [label = "coder_agent.dev1", shape = "box"]
|
|
"[root] coder_app.app1 (expand)" [label = "coder_app.app1", shape = "box"]
|
|
"[root] coder_app.app2 (expand)" [label = "coder_app.app2", shape = "box"]
|
|
"[root] coder_app.app3 (expand)" [label = "coder_app.app3", shape = "box"]
|
|
"[root] null_resource.dev (expand)" [label = "null_resource.dev", shape = "box"]
|
|
"[root] provider[\"registry.terraform.io/coder/coder\"]" [label = "provider[\"registry.terraform.io/coder/coder\"]", shape = "diamond"]
|
|
"[root] provider[\"registry.terraform.io/hashicorp/null\"]" [label = "provider[\"registry.terraform.io/hashicorp/null\"]", shape = "diamond"]
|
|
"[root] coder_agent.dev1 (expand)" -> "[root] provider[\"registry.terraform.io/coder/coder\"]"
|
|
"[root] coder_app.app1 (expand)" -> "[root] coder_agent.dev1 (expand)"
|
|
"[root] coder_app.app2 (expand)" -> "[root] coder_agent.dev1 (expand)"
|
|
"[root] coder_app.app3 (expand)" -> "[root] coder_agent.dev1 (expand)"
|
|
"[root] null_resource.dev (expand)" -> "[root] coder_agent.dev1 (expand)"
|
|
"[root] null_resource.dev (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/null\"]"
|
|
"[root] provider[\"registry.terraform.io/coder/coder\"] (close)" -> "[root] coder_app.app1 (expand)"
|
|
"[root] provider[\"registry.terraform.io/coder/coder\"] (close)" -> "[root] coder_app.app2 (expand)"
|
|
"[root] provider[\"registry.terraform.io/coder/coder\"] (close)" -> "[root] coder_app.app3 (expand)"
|
|
"[root] provider[\"registry.terraform.io/hashicorp/null\"] (close)" -> "[root] null_resource.dev (expand)"
|
|
"[root] root" -> "[root] provider[\"registry.terraform.io/coder/coder\"] (close)"
|
|
"[root] root" -> "[root] provider[\"registry.terraform.io/hashicorp/null\"] (close)"
|
|
}
|
|
}
|
|
|