coder/provisioner/terraform/testdata/calling-module/calling-module.tfstate.json

82 lines
2.3 KiB
JSON

{
"format_version": "1.0",
"terraform_version": "1.5.5",
"values": {
"root_module": {
"resources": [
{
"address": "coder_agent.main",
"mode": "managed",
"type": "coder_agent",
"name": "main",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "c6fd4a45-dc64-4830-8ff1-9a6c8074fca8",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "2559767b-afc6-4293-92cf-d57d98bda13a",
"troubleshooting_url": null
},
"sensitive_values": {
"token": true
}
}
],
"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": "5659889568915200015"
},
"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": "4052095409343470524",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.main",
"module.module.data.null_data_source.script"
]
}
],
"address": "module.module"
}
]
}
}
}