mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
8f44603d8a
## Summary This PR updates the terraform/testdata by running `provisioner/terraform/testdata/generate.sh` script. These changes occur from `terraform-provider-coder` [v2.4.2](https://github.com/coder/terraform-provider-coder/releases/tag/v2.4.2) and are associated to the introduction of a `api_key_scope` optional field with a default value: https://github.com/coder/terraform-provider-coder/pull/391 ## Changes * Run `provisioner/terraform/testdata/generate.sh` script. * Update `resource_test.go` to include `api_key_scope`
72 lines
2.0 KiB
JSON
Generated
72 lines
2.0 KiB
JSON
Generated
{
|
|
"format_version": "1.0",
|
|
"terraform_version": "1.11.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "coder_agent.main",
|
|
"mode": "managed",
|
|
"type": "coder_agent",
|
|
"name": "main",
|
|
"provider_name": "registry.terraform.io/coder/coder",
|
|
"schema_version": 1,
|
|
"values": {
|
|
"api_key_scope": "all",
|
|
"arch": "amd64",
|
|
"auth": "token",
|
|
"connection_timeout": 120,
|
|
"dir": null,
|
|
"display_apps": [
|
|
{
|
|
"port_forwarding_helper": false,
|
|
"ssh_helper": false,
|
|
"vscode": false,
|
|
"vscode_insiders": true,
|
|
"web_terminal": true
|
|
}
|
|
],
|
|
"env": null,
|
|
"id": "c49a0e36-fd67-4946-a75f-ff52b77e9f95",
|
|
"init_script": "",
|
|
"metadata": [],
|
|
"motd_file": null,
|
|
"order": null,
|
|
"os": "linux",
|
|
"resources_monitoring": [],
|
|
"shutdown_script": null,
|
|
"startup_script": null,
|
|
"startup_script_behavior": "non-blocking",
|
|
"token": "d9775224-6ecb-4c53-b24d-931555a7c86a",
|
|
"troubleshooting_url": null
|
|
},
|
|
"sensitive_values": {
|
|
"display_apps": [
|
|
{}
|
|
],
|
|
"metadata": [],
|
|
"resources_monitoring": [],
|
|
"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": "8017422465784682444",
|
|
"triggers": null
|
|
},
|
|
"sensitive_values": {},
|
|
"depends_on": [
|
|
"coder_agent.main"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|