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

143 lines
4.0 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": "c8dab94d-651c-4d9b-a19a-1c067a2976ea",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "96745539-f607-45f5-aa71-4f70f593ca6a",
"troubleshooting_url": null
},
"sensitive_values": {
"token": true
}
},
{
"address": "coder_app.app1",
"mode": "managed",
"type": "coder_app",
"name": "app1",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "c8dab94d-651c-4d9b-a19a-1c067a2976ea",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "de5959cb-248c-44a0-bd04-9d5f28dfb415",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app1",
"subdomain": null,
"url": null
},
"sensitive_values": {
"healthcheck": []
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "coder_app.app2",
"mode": "managed",
"type": "coder_app",
"name": "app2",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "c8dab94d-651c-4d9b-a19a-1c067a2976ea",
"command": null,
"display_name": null,
"healthcheck": [
{
"interval": 5,
"threshold": 6,
"url": "http://localhost:13337/healthz"
}
],
"icon": null,
"id": "60aaa860-01d1-4d42-804b-2dc689676307",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app2",
"subdomain": true,
"url": null
},
"sensitive_values": {
"healthcheck": [
{}
]
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "coder_app.app3",
"mode": "managed",
"type": "coder_app",
"name": "app3",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "c8dab94d-651c-4d9b-a19a-1c067a2976ea",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "3455e899-9bf9-4c0e-ac5b-6f861d5541a0",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app3",
"subdomain": false,
"url": null
},
"sensitive_values": {
"healthcheck": []
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "null_resource.dev",
"mode": "managed",
"type": "null_resource",
"name": "dev",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "7562947701260361048",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1"
]
}
]
}
}
}