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

110 lines
3.3 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": "7fd8bb3f-704e-4d85-aaaf-1928a9a4df83",
"init_script": "",
"login_before_ready": true,
"motd_file": null,
"os": "linux",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_timeout": 300,
"token": "ebdd904c-a277-49ec-97cc-e29c7326b475",
"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": "cd35b6c2-3f81-4857-ac8c-9cc0d1d0f0ee",
"init_script": "",
"login_before_ready": true,
"motd_file": "/etc/motd",
"os": "darwin",
"shutdown_script": "echo bye bye",
"shutdown_script_timeout": 30,
"startup_script": null,
"startup_script_timeout": 30,
"token": "bbfc3bb1-31c8-42a2-bc5a-3f4ee95eea7b",
"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": "7407c159-30e7-4c7c-8187-3bf0f6805515",
"init_script": "",
"login_before_ready": false,
"motd_file": null,
"os": "windows",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_timeout": 300,
"token": "080070d7-cb08-4634-aa05-7ee07a193441",
"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": "235602507221507275",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1",
"coder_agent.dev2",
"coder_agent.dev3"
]
}
]
}
}
}