coder/provisioner/terraform/testdata/multiple-agents/multiple-agents.tfstate.json

158 lines
4.8 KiB
JSON

{
"format_version": "1.0",
"terraform_version": "1.5.5",
"values": {
"root_module": {
"resources": [
{
"address": "coder_agent.dev1",
"mode": "managed",
"type": "coder_agent",
"name": "dev1",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "094d300c-f07a-4357-870f-6ca1fc9154a2",
"init_script": "",
"login_before_ready": true,
"metadata": [],
"motd_file": null,
"os": "linux",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_behavior": null,
"startup_script_timeout": 300,
"token": "27bd44bc-0126-4c8d-9b98-8f27619e3656",
"troubleshooting_url": null
},
"sensitive_values": {
"metadata": [],
"token": true
}
},
{
"address": "coder_agent.dev2",
"mode": "managed",
"type": "coder_agent",
"name": "dev2",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"connection_timeout": 1,
"dir": null,
"env": null,
"id": "bb844516-2cdd-419c-87e1-d0d3ea69fe78",
"init_script": "",
"login_before_ready": true,
"metadata": [],
"motd_file": "/etc/motd",
"os": "darwin",
"shutdown_script": "echo bye bye",
"shutdown_script_timeout": 30,
"startup_script": null,
"startup_script_behavior": "non-blocking",
"startup_script_timeout": 30,
"token": "8a31b688-d3d2-4c22-b37e-c9810b9b329a",
"troubleshooting_url": null
},
"sensitive_values": {
"metadata": [],
"token": true
}
},
{
"address": "coder_agent.dev3",
"mode": "managed",
"type": "coder_agent",
"name": "dev3",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "arm64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "c6123c01-0543-4102-bdcf-f0ee2a9c1269",
"init_script": "",
"login_before_ready": true,
"metadata": [],
"motd_file": null,
"os": "windows",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_behavior": "blocking",
"startup_script_timeout": 300,
"token": "64185462-292f-4b75-b350-625326ba596e",
"troubleshooting_url": "https://coder.com/troubleshoot"
},
"sensitive_values": {
"metadata": [],
"token": true
}
},
{
"address": "coder_agent.dev4",
"mode": "managed",
"type": "coder_agent",
"name": "dev4",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "85d0614c-3e44-4f20-b4bf-a015c8dfcaac",
"init_script": "",
"login_before_ready": false,
"metadata": [],
"motd_file": null,
"os": "linux",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_behavior": null,
"startup_script_timeout": 300,
"token": "021b1139-fa63-42ba-be1a-85f8456f3c28",
"troubleshooting_url": null
},
"sensitive_values": {
"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": "6753149467284740901",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1",
"coder_agent.dev2",
"coder_agent.dev3",
"coder_agent.dev4"
]
}
]
}
}
}