coder/provisioner/terraform/testdata/rich-parameters-order/rich-parameters-order.tfsta...

115 lines
3.3 KiB
JSON

{
"format_version": "1.0",
"terraform_version": "1.5.5",
"values": {
"root_module": {
"resources": [
{
"address": "data.coder_parameter.example",
"mode": "data",
"type": "coder_parameter",
"name": "example",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"default": null,
"description": null,
"display_name": null,
"icon": null,
"id": "20e486cd-35aa-4916-8cbf-c8b6fd235cd1",
"legacy_variable": null,
"legacy_variable_name": null,
"mutable": false,
"name": "Example",
"option": null,
"optional": false,
"order": 55,
"type": "string",
"validation": [],
"value": ""
},
"sensitive_values": {
"validation": []
}
},
{
"address": "data.coder_parameter.sample",
"mode": "data",
"type": "coder_parameter",
"name": "sample",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"default": "ok",
"description": "blah blah",
"display_name": null,
"icon": null,
"id": "6c077b3f-ba6c-482b-9232-12a3d4892700",
"legacy_variable": null,
"legacy_variable_name": null,
"mutable": false,
"name": "Sample",
"option": null,
"optional": true,
"order": 99,
"type": "string",
"validation": [],
"value": "ok"
},
"sensitive_values": {
"validation": []
}
},
{
"address": "coder_agent.dev",
"mode": "managed",
"type": "coder_agent",
"name": "dev",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "arm64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "1414c0f9-be31-4efa-b1c9-57ab7c951b97",
"init_script": "",
"login_before_ready": true,
"metadata": [],
"motd_file": null,
"os": "windows",
"shutdown_script": null,
"shutdown_script_timeout": 300,
"startup_script": null,
"startup_script_behavior": null,
"startup_script_timeout": 300,
"token": "712872cf-fde6-4683-91a3-9ad9fc759e14",
"troubleshooting_url": null
},
"sensitive_values": {
"metadata": [],
"token": true
}
},
{
"address": "null_resource.dev",
"mode": "managed",
"type": "null_resource",
"name": "dev",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "9132401905565595068",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev"
]
}
]
}
}
}