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

107 lines
3.2 KiB
JSON

{
"format_version": "1.0",
"terraform_version": "1.3.7",
"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": "6b912abe-50d4-48b2-be7c-1464ca69b5b9",
"init_script": "",
"login_before_ready": true,
"motd_file": null,
"os": "linux",
"shutdown_script": null,
"startup_script": null,
"startup_script_timeout": 300,
"token": "d296a9cd-6f7c-4c6b-b2f3-7a647512efe8",
"troubleshooting_url": null
},
"sensitive_values": {}
},
{
"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": "8a2956f7-d37b-441e-bf62-bd9a45316f6a",
"init_script": "",
"login_before_ready": true,
"motd_file": "/etc/motd",
"os": "darwin",
"shutdown_script": null,
"startup_script": null,
"startup_script_timeout": 30,
"token": "b1e0fba4-5bba-439f-b3ea-3f6a8ba4d301",
"troubleshooting_url": null
},
"sensitive_values": {}
},
{
"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": "819b1b19-a709-463e-9aeb-5e1321b7af23",
"init_script": "",
"login_before_ready": false,
"motd_file": null,
"os": "windows",
"shutdown_script": null,
"startup_script": null,
"startup_script_timeout": 300,
"token": "238ff017-12ae-403f-b3f8-4dea4dc87a7d",
"troubleshooting_url": "https://coder.com/troubleshoot"
},
"sensitive_values": {}
},
{
"address": "null_resource.dev",
"mode": "managed",
"type": "null_resource",
"name": "dev",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "5288433022262248914",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1",
"coder_agent.dev2",
"coder_agent.dev3"
]
}
]
}
}
}