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

129 lines
3.7 KiB
JSON
Generated

{
"format_version": "1.0",
"terraform_version": "1.2.8",
"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",
"dir": null,
"env": null,
"id": "4fa379bd-8aa9-48f2-9868-2da104013c3c",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "4eb813cb-8f29-454c-91d9-b430d76d7fcd"
},
"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": "4fa379bd-8aa9-48f2-9868-2da104013c3c",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "f303f406-b9ea-4253-935e-f80f7be54a97",
"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": "4fa379bd-8aa9-48f2-9868-2da104013c3c",
"command": null,
"display_name": null,
"healthcheck": [
{
"interval": 5,
"threshold": 6,
"url": "http://localhost:13337/healthz"
}
],
"icon": null,
"id": "7086ae57-501d-4b39-bfaf-d30b83f753d4",
"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": "4fa379bd-8aa9-48f2-9868-2da104013c3c",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "e4b1f16b-2b8d-4278-abec-1f876f8a6aba",
"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": "7676198272426781226",
"triggers": null
},
"sensitive_values": {},
"depends_on": ["coder_agent.dev1"]
}
]
}
}
}