coder/provisioner/terraform/testdata/conflicting-resources/conflicting-resources.tfsta...

67 lines
1.8 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": "56d6f6e2-a7f8-4594-9bc3-044a4fd3b021",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "715216d1-fca1-4652-9032-d5367072706f",
"troubleshooting_url": null
},
"sensitive_values": {
"token": true
}
},
{
"address": "null_resource.first",
"mode": "managed",
"type": "null_resource",
"name": "first",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "7470209964325643389",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.main"
]
},
{
"address": "null_resource.second",
"mode": "managed",
"type": "null_resource",
"name": "second",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "251158623761758523",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.main"
]
}
]
}
}
}