mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
a777c2694e
- Updates `terraform` to [v1.10.5](https://github.com/hashicorp/terraform/blob/v1.10.5/CHANGELOG.md#1105-january-22-2025) - Updates provider to >=2.0.0 in provider testdata fixtures - Fixes provider to required release version for resource monitors - Fixes missing leading / in volumes in resource monitor tests --------- Co-authored-by: Cian Johnston <cian@coder.com>
97 lines
2.7 KiB
JSON
Generated
97 lines
2.7 KiB
JSON
Generated
{
|
|
"format_version": "1.0",
|
|
"terraform_version": "1.10.5",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "data.coder_external_auth.github",
|
|
"mode": "data",
|
|
"type": "coder_external_auth",
|
|
"name": "github",
|
|
"provider_name": "registry.terraform.io/coder/coder",
|
|
"schema_version": 0,
|
|
"values": {
|
|
"access_token": "",
|
|
"id": "github",
|
|
"optional": null
|
|
},
|
|
"sensitive_values": {}
|
|
},
|
|
{
|
|
"address": "data.coder_external_auth.gitlab",
|
|
"mode": "data",
|
|
"type": "coder_external_auth",
|
|
"name": "gitlab",
|
|
"provider_name": "registry.terraform.io/coder/coder",
|
|
"schema_version": 0,
|
|
"values": {
|
|
"access_token": "",
|
|
"id": "gitlab",
|
|
"optional": true
|
|
},
|
|
"sensitive_values": {}
|
|
},
|
|
{
|
|
"address": "coder_agent.main",
|
|
"mode": "managed",
|
|
"type": "coder_agent",
|
|
"name": "main",
|
|
"provider_name": "registry.terraform.io/coder/coder",
|
|
"schema_version": 1,
|
|
"values": {
|
|
"arch": "amd64",
|
|
"auth": "token",
|
|
"connection_timeout": 120,
|
|
"dir": null,
|
|
"display_apps": [
|
|
{
|
|
"port_forwarding_helper": true,
|
|
"ssh_helper": true,
|
|
"vscode": true,
|
|
"vscode_insiders": false,
|
|
"web_terminal": true
|
|
}
|
|
],
|
|
"env": null,
|
|
"id": "048746d5-8a05-4615-bdf3-5e0ecda12ba0",
|
|
"init_script": "",
|
|
"metadata": [],
|
|
"motd_file": null,
|
|
"order": null,
|
|
"os": "linux",
|
|
"shutdown_script": null,
|
|
"startup_script": null,
|
|
"startup_script_behavior": "non-blocking",
|
|
"token": "d2a64629-1d18-4704-a3b1-eae300a362d1",
|
|
"troubleshooting_url": null
|
|
},
|
|
"sensitive_values": {
|
|
"display_apps": [
|
|
{}
|
|
],
|
|
"metadata": [],
|
|
"token": true
|
|
}
|
|
},
|
|
{
|
|
"address": "null_resource.dev",
|
|
"mode": "managed",
|
|
"type": "null_resource",
|
|
"name": "dev",
|
|
"provider_name": "registry.terraform.io/hashicorp/null",
|
|
"schema_version": 0,
|
|
"values": {
|
|
"id": "5369997016721085167",
|
|
"triggers": null
|
|
},
|
|
"sensitive_values": {},
|
|
"depends_on": [
|
|
"coder_agent.main"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|