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

141 lines
3.9 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": "54519a12-e34b-4c4f-aef9-7dfac5f4949b",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "bf339e89-0594-4f44-83f0-fc7cde9ceb0c",
"troubleshooting_url": null
},
"sensitive_values": {}
},
{
"address": "coder_app.app1",
"mode": "managed",
"type": "coder_app",
"name": "app1",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "54519a12-e34b-4c4f-aef9-7dfac5f4949b",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "13101247-bdf1-409e-81e2-51a4ff45576b",
"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": "54519a12-e34b-4c4f-aef9-7dfac5f4949b",
"command": null,
"display_name": null,
"healthcheck": [
{
"interval": 5,
"threshold": 6,
"url": "http://localhost:13337/healthz"
}
],
"icon": null,
"id": "ef508497-0437-43eb-b773-c0622582ab5d",
"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": "54519a12-e34b-4c4f-aef9-7dfac5f4949b",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "2c187306-80cc-46ba-a75c-42d4648ff94a",
"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": "1264552698255765246",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1"
]
}
]
}
}
}