Files
coder/provisioner/terraform/testdata/resources/instance-id/converted_state.plan.golden
T
Steven Masley a61b8bc5ce test: add golden file test for ConvertState (#20832)
Refactoring `ConvertState` is something we should eventually do. This PR
adds a golden file unit test for the output of `ConvertState` (even
errors).

That way if a refactor occurs, we can verify the output is unchanged for
our test cases.
2025-11-21 07:27:20 -06:00

34 lines
730 B
Plaintext

{
"Resources": [
{
"name": "main",
"type": "null_resource",
"agents": [
{
"name": "main",
"operating_system": "linux",
"architecture": "amd64",
"Auth": {
"InstanceId": ""
},
"connection_timeout_seconds": 120,
"display_apps": {
"vscode": true,
"web_terminal": true,
"ssh_helper": true,
"port_forwarding_helper": true
},
"resources_monitoring": {},
"api_key_scope": "all"
}
]
}
],
"Parameters": [],
"Presets": [],
"ExternalAuthProviders": [],
"AITasks": [],
"HasAITasks": false,
"HasExternalAgents": false
}