Files
coder/provisioner/terraform/testdata/calling-module/calling-module.tfstate.json
T
Kyle Carberry f9290b016e fix: Use explicit resource order when assocating agents (#2219)
This cleans up agent association code to explicitly map a single
agent to a single resource. This will fix #1884, and unblock
a prospect from beginning a POC.
2022-06-10 15:47:36 +00:00

78 lines
2.2 KiB
JSON
Generated

{
"format_version": "1.0",
"terraform_version": "1.2.2",
"values": {
"root_module": {
"resources": [
{
"address": "coder_agent.dev",
"mode": "managed",
"type": "coder_agent",
"name": "dev",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"dir": null,
"env": null,
"id": "66fed4b4-2246-4c0f-8e55-74e109ee0603",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "c7f7d527-3eab-4f77-8c0f-05f543bce5c1"
},
"sensitive_values": {}
}
],
"child_modules": [
{
"resources": [
{
"address": "module.module.data.null_data_source.script",
"mode": "data",
"type": "null_data_source",
"name": "script",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"has_computed_default": "default",
"id": "static",
"inputs": {
"script": ""
},
"outputs": {
"script": ""
},
"random": "2465369318401710566"
},
"sensitive_values": {
"inputs": {},
"outputs": {}
}
},
{
"address": "module.module.null_resource.example",
"mode": "managed",
"type": "null_resource",
"name": "example",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "354396519773748320",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev",
"module.module.data.null_data_source.script"
]
}
],
"address": "module.module"
}
]
}
}
}