Files
coder/provisioner/terraform/testdata/multiple-apps/multiple-apps.tfstate.json
T
Ammar Bandukwala 97dbd4dc5d Implement Quotas v3 (#5012)
* provisioner/terraform: add cost to resource_metadata

* provisionerd/runner: use Options struct

* Complete provisionerd implementation

* Add quota_allowance to groups

* Combine Quota and RBAC licenses

* Add Opts to InTx
2022-11-14 17:57:33 +00:00

141 lines
3.9 KiB
JSON
Generated

{
"format_version": "1.0",
"terraform_version": "1.3.3",
"values": {
"root_module": {
"resources": [
{
"address": "coder_agent.dev1",
"mode": "managed",
"type": "coder_agent",
"name": "dev1",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"arch": "amd64",
"auth": "token",
"connection_timeout": 120,
"dir": null,
"env": null,
"id": "f911bd98-54fc-476a-aec1-df6e525630a9",
"init_script": "",
"os": "linux",
"startup_script": null,
"token": "fa05ad9c-2062-4707-a27f-12364c89641e",
"troubleshooting_url": null
},
"sensitive_values": {}
},
{
"address": "coder_app.app1",
"mode": "managed",
"type": "coder_app",
"name": "app1",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "f911bd98-54fc-476a-aec1-df6e525630a9",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "038d0f6c-90b7-465b-915a-8a9f0cf21757",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app1",
"subdomain": null,
"url": null
},
"sensitive_values": {
"healthcheck": []
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "coder_app.app2",
"mode": "managed",
"type": "coder_app",
"name": "app2",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "f911bd98-54fc-476a-aec1-df6e525630a9",
"command": null,
"display_name": null,
"healthcheck": [
{
"interval": 5,
"threshold": 6,
"url": "http://localhost:13337/healthz"
}
],
"icon": null,
"id": "c00ec121-a167-4418-8c4e-2ccae0a0cd6e",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app2",
"subdomain": true,
"url": null
},
"sensitive_values": {
"healthcheck": [
{}
]
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "coder_app.app3",
"mode": "managed",
"type": "coder_app",
"name": "app3",
"provider_name": "registry.terraform.io/coder/coder",
"schema_version": 0,
"values": {
"agent_id": "f911bd98-54fc-476a-aec1-df6e525630a9",
"command": null,
"display_name": null,
"healthcheck": [],
"icon": null,
"id": "e9226aa6-a1a6-42a7-8557-64620cbf3dc2",
"name": null,
"relative_path": null,
"share": "owner",
"slug": "app3",
"subdomain": false,
"url": null
},
"sensitive_values": {
"healthcheck": []
},
"depends_on": [
"coder_agent.dev1"
]
},
{
"address": "null_resource.dev",
"mode": "managed",
"type": "null_resource",
"name": "dev",
"provider_name": "registry.terraform.io/hashicorp/null",
"schema_version": 0,
"values": {
"id": "5577006791947779410",
"triggers": null
},
"sensitive_values": {},
"depends_on": [
"coder_agent.dev1"
]
}
]
}
}
}