Files
coder/provisioner/terraform/testdata/multiple-agents/multiple-agents.tfstate.json
T
2022-11-24 12:22:20 +00:00

98 lines
2.9 KiB
JSON
Generated

{
"format_version": "1.0",
"terraform_version": "1.3.3",
"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": "e545d734-f852-4fda-ac8f-39e3ff094e58",
"init_script": "",
"motd_file": null,
"os": "linux",
"startup_script": null,
"token": "c2c47266-af7a-467c-9ffc-30c3270ffecb",
"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": "b5e18556-d202-478f-80d9-76f34a4cb105",
"init_script": "",
"motd_file": "/etc/motd",
"os": "darwin",
"startup_script": null,
"token": "795082f9-642a-4647-a595-6539edaa74a3",
"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": "27e1114a-bc92-4e35-ab57-1680f3b7658f",
"init_script": "",
"motd_file": null,
"os": "windows",
"startup_script": null,
"token": "c4fc1679-eb42-4d9f-bca8-fcf9641a7256",
"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": "5577006791947779410",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1",
"coder_agent.dev2",
"coder_agent.dev3"
]
}
]
}
}
}