thinkwork-cli 0.13.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -14
- package/dist/{api-client-JYZXYQJR.js → api-client-4P4JZOBX.js} +1 -1
- package/dist/{chunk-Z2F6RJFR.js → chunk-4OMDWYZQ.js} +4 -5
- package/dist/{chunk-ILZKG5WV.js → chunk-AD2NIWB5.js} +434 -69
- package/dist/chunk-MWQ7RO76.js +137 -0
- package/dist/{chunk-DVPBI5HM.js → chunk-OLUQ4U2Z.js} +26 -26
- package/dist/{chunk-QOERT44A.js → chunk-YQCYD6NE.js} +57 -44
- package/dist/cli.js +4400 -16431
- package/dist/commands/enterprise/templates/deploy-repo/scripts/apply-release.mjs +0 -1
- package/dist/commands/enterprise/templates/deploy-repo/scripts/smoke.mjs +0 -1
- package/dist/commands/enterprise/templates/deploy-repo/terraform/main.tf +0 -14
- package/dist/{dist-es-CRV46D5B.js → dist-es-2OTNTL4N.js} +4 -4
- package/dist/{dist-es-ENBUC3JP.js → dist-es-2XVAH4BQ.js} +2 -2
- package/dist/{dist-es-DCY4IC3Y.js → dist-es-3DPDUJAH.js} +2 -2
- package/dist/{dist-es-G7PTG75M.js → dist-es-BNZTBBVC.js} +1 -1
- package/dist/{dist-es-GKDBE7E6.js → dist-es-CD2RBDAC.js} +1 -1
- package/dist/{dist-es-R7FGL2IB.js → dist-es-I4FW57PS.js} +1 -1
- package/dist/{dist-es-USORBXZ5.js → dist-es-KVFWJNDY.js} +4 -4
- package/dist/{dist-es-HY3535OI.js → dist-es-PS73DWNL.js} +2 -2
- package/dist/{dist-es-LDE437AM.js → dist-es-S3NZQFGT.js} +1 -1
- package/dist/{dist-es-G54LBMRN.js → dist-es-SGCA4P32.js} +1 -1
- package/dist/{dist-es-Q57SZXZ7.js → dist-es-WBM6J4RA.js} +2 -2
- package/dist/{dist-es-P26FWFLT.js → dist-es-ZGVADYIF.js} +8 -8
- package/dist/drizzle/0227_analyst_reader_role.sql +17 -26
- package/dist/drizzle/0230_analyst_rls.sql +28 -45
- package/dist/drizzle/0261_native_auth_control_plane.sql +7 -3
- package/dist/drizzle/0270_tool_execution_ledger.sql +115 -0
- package/dist/drizzle/0271_ontology_twin_declarations.sql +47 -0
- package/dist/drizzle/0272_identity_graph_projection_cursor.sql +23 -0
- package/dist/drizzle/0273_twin_materialization_suggestions.sql +29 -0
- package/dist/drizzle/0274_tenant_mcp_twin_keys.sql +59 -0
- package/dist/drizzle/0275_identity_bulk_rebuild_fence.sql +30 -0
- package/dist/drizzle/0276_tool_execution_ledger_allow_cascade_delete.sql +18 -0
- package/dist/drizzle/0277_knowledge_base_sources.sql +107 -0
- package/dist/drizzle/0278_kb_page_transcription.sql +55 -0
- package/dist/drizzle/0279_mcp_servers_off_plugin_provenance.sql +93 -0
- package/dist/drizzle/0280_work_item_external_refs_drop_plane_provider.sql +46 -0
- package/dist/drizzle/0281_tenant_mcp_twin_keys_expiry_suffix.sql +9 -0
- package/dist/drizzle/0282_tenant_mcp_twin_keys_grants.sql +24 -0
- package/dist/drizzle/0283_agents_agentcore_runtime_dispatch.sql +13 -0
- package/dist/drizzle/0284_user_brain_claims.sql +69 -0
- package/dist/drizzle/0285_tenant_mcp_twin_keys_trusted_subsystem.sql +30 -0
- package/dist/drizzle/0286_brain_analytics_key.sql +26 -0
- package/dist/drizzle/0287_brain_subject.sql +25 -0
- package/dist/drizzle/0288_multi_lane_identities.sql +25 -0
- package/dist/{loadSso-DJVB7BXE.js → loadSso-ETCXTR4I.js} +2 -2
- package/dist/{loadSso-JAMNA3WY.js → loadSso-UBD7KUHE.js} +2 -2
- package/dist/plugins/README.md +2 -2
- package/dist/plugins/catalog/package.json +0 -3
- package/dist/plugins/catalog/src/__tests__/build-catalog.test.ts +6 -3
- package/dist/plugins/catalog/src/__tests__/catalog.test.ts +21 -21
- package/dist/plugins/catalog/src/__tests__/contracts.test.ts +102 -25
- package/dist/plugins/catalog/src/__tests__/plugin-package.test.ts +7 -6
- package/dist/plugins/catalog/src/__tests__/plugin-registry.test.ts +0 -15
- package/dist/plugins/catalog/src/contracts.ts +15 -0
- package/dist/plugins/catalog/src/registry/generated-first-party.ts +0 -18
- package/dist/plugins/n8n/test/integrated-app-contract.test.ts +1 -1
- package/dist/plugins/twenty/package.json +2 -1
- package/dist/plugins/twenty/scripts/LAMBDA_DEPLOY.md +114 -0
- package/dist/plugins/twenty/scripts/build-lambda.sh +29 -0
- package/dist/plugins/twenty/scripts/configure-product-views.ts +195 -0
- package/dist/plugins/twenty/scripts/lambda-handler.ts +49 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/load-attachments.test.ts +38 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/load-records.test.ts +145 -2
- package/dist/plugins/twenty/scripts/lib/__tests__/mappers.test.ts +397 -151
- package/dist/plugins/twenty/scripts/lib/__tests__/members-ensure.test.ts +28 -129
- package/dist/plugins/twenty/scripts/lib/__tests__/provision-members-db.test.ts +10 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/schema-ensure.test.ts +13 -8
- package/dist/plugins/twenty/scripts/lib/lastmile-reader.ts +222 -2
- package/dist/plugins/twenty/scripts/lib/load-attachments.ts +29 -0
- package/dist/plugins/twenty/scripts/lib/load-records.ts +160 -43
- package/dist/plugins/twenty/scripts/lib/mappers.ts +368 -152
- package/dist/plugins/twenty/scripts/lib/members-ensure.ts +43 -268
- package/dist/plugins/twenty/scripts/lib/provision-members-db.ts +57 -0
- package/dist/plugins/twenty/scripts/lib/schema-ensure.ts +136 -31
- package/dist/plugins/twenty/scripts/migrate-lastmile.ts +254 -152
- package/dist/plugins/twenty/scripts/provision-twenty-members.ts +44 -1
- package/dist/plugins/twenty/scripts/purge-lastmile-import.ts +178 -0
- package/dist/plugins/twenty/scripts/restructure-products.ts +312 -0
- package/dist/plugins/twenty/scripts/retag-stage-values.ts +362 -0
- package/dist/plugins/twenty/test/manifest.test.ts +2 -4
- package/dist/scripts/post-deploy.sh +79 -1
- package/dist/{signin-UGDWTGS4.js → signin-5QZNRSOO.js} +2 -2
- package/dist/{sso-oidc-Q4VXANXY.js → sso-oidc-XK673P54.js} +2 -2
- package/dist/{sts-CWLSE3GH.js → sts-OXI2UALF.js} +6 -134
- package/dist/{sts-DNZLNVOV.js → sts-SQW4NBK3.js} +6 -134
- package/dist/terraform/examples/greenfield/main.tf +233 -175
- package/dist/terraform/examples/greenfield/terraform.tfvars.example +12 -8
- package/dist/terraform/modules/app/agentcore-admin/main.tf +47 -0
- package/dist/terraform/modules/app/agentcore-code-interpreter/README.md +39 -47
- package/dist/terraform/modules/app/agentcore-code-interpreter/main.tf +13 -66
- package/dist/terraform/modules/app/agentcore-identity/main.tf +106 -26
- package/dist/terraform/modules/app/agentcore-identity/outputs.tf +6 -6
- package/dist/terraform/modules/app/agentcore-identity/scripts/bootstrap_twenty_oauth_client.sh +216 -99
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_identity.sh +6 -9
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_workload_identity.sh +19 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/ensure_workload_identity.sh +29 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/read_identity.sh +22 -7
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_identity.sh +17 -46
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_provider.mjs +65 -3
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/after.tf +15 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/before.tf +7 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/identity-after.tf +8 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/identity-before.tf +9 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/thinkwork-after.tf +3 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/thinkwork-before.tf +3 -0
- package/dist/terraform/modules/app/agentcore-identity/variables.tf +6 -0
- package/dist/terraform/modules/app/agentcore-memory/README.md +46 -9
- package/dist/terraform/modules/app/agentcore-memory/main.tf +27 -10
- package/dist/terraform/modules/app/agentcore-memory/scripts/create_or_find_memory.sh +156 -24
- package/dist/terraform/modules/app/agentcore-pi/README.md +1 -3
- package/dist/terraform/modules/app/agentcore-pi/main.tf +42 -52
- package/dist/terraform/modules/app/agentcore-pi/outputs.tf +3 -3
- package/dist/terraform/modules/app/agentcore-pi/scripts/reconcile_pi_runtime.mjs +175 -0
- package/dist/terraform/modules/app/agentcore-pi/variables.tf +35 -28
- package/dist/terraform/modules/app/agentcore-platform/main.tf +68 -0
- package/dist/terraform/modules/app/agentcore-runtime/main.tf +4 -20
- package/dist/terraform/modules/app/capability-broker/main.tf +2 -2
- package/dist/terraform/modules/app/capability-broker/variables.tf +11 -0
- package/dist/terraform/modules/app/deployment-control-plane/README.md +264 -0
- package/dist/terraform/modules/app/deployment-control-plane/buildspec.yml +4 -1
- package/dist/terraform/modules/app/deployment-control-plane/main.tf +94 -0
- package/dist/terraform/modules/app/deployment-control-plane/outputs.tf +5 -0
- package/dist/terraform/modules/app/deployment-control-plane/runner.py +2641 -124
- package/dist/terraform/modules/app/deployment-control-plane/test_runner_bundle.py +2034 -154
- package/dist/terraform/modules/app/deployment-control-plane/variables.tf +33 -0
- package/dist/terraform/modules/app/lambda-api/auth-state.tf +72 -0
- package/dist/terraform/modules/app/lambda-api/chat-latency-observability.tf +466 -0
- package/dist/terraform/modules/app/lambda-api/dispatch-dlq.tf +55 -0
- package/dist/terraform/modules/app/lambda-api/handlers.tf +411 -723
- package/dist/terraform/modules/app/lambda-api/iam-grouped.tf +262 -198
- package/dist/terraform/modules/app/lambda-api/main.tf +51 -13
- package/dist/terraform/modules/app/lambda-api/mcp-oauth.tf +4 -181
- package/dist/terraform/modules/app/lambda-api/memory-alarms.tf +3 -28
- package/dist/terraform/modules/app/lambda-api/oauth-secrets.tf +1 -2
- package/dist/terraform/modules/app/lambda-api/outputs.tf +17 -45
- package/dist/terraform/modules/app/lambda-api/turn-assertion.tf +45 -0
- package/dist/terraform/modules/app/lambda-api/variables.tf +219 -126
- package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/README.md +1 -1
- package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/main.tf +18 -18
- package/dist/terraform/modules/app/sandbox-log-scrubber/README.md +11 -10
- package/dist/terraform/modules/app/sandbox-log-scrubber/main.tf +5 -5
- package/dist/terraform/modules/app/static-site/main.tf +1 -1
- package/dist/terraform/modules/app/www-dns/main.tf +9 -27
- package/dist/terraform/modules/app/www-dns/variables.tf +4 -10
- package/dist/terraform/modules/data/aurora-postgres/README.md +34 -0
- package/dist/terraform/modules/data/aurora-postgres/alarms.tf +82 -0
- package/dist/terraform/modules/data/aurora-postgres/main.tf +27 -57
- package/dist/terraform/modules/data/aurora-postgres/outputs.tf +0 -9
- package/dist/terraform/modules/data/aurora-postgres/variables.tf +41 -0
- package/dist/terraform/modules/data/s3-buckets/main.tf +5 -6
- package/dist/terraform/modules/foundation/cognito/main.tf +81 -8
- package/dist/terraform/modules/foundation/cognito/outputs.tf +5 -0
- package/dist/terraform/modules/foundation/cognito/variables.tf +24 -12
- package/dist/terraform/modules/thinkwork/README.md +5 -1
- package/dist/terraform/modules/thinkwork/main.tf +376 -374
- package/dist/terraform/modules/thinkwork/outputs.tf +12 -158
- package/dist/terraform/modules/thinkwork/variables.tf +246 -89
- package/dist/workspace-defaults/files/INSTRUCTIONS.md +9 -11
- package/dist/workspace-defaults/files/MEMORY_GUIDE.md +38 -35
- package/dist/workspace-defaults/files/ROUTER.md +1 -1
- package/dist/workspace-defaults/files/TOOLS.md +9 -39
- package/dist/workspace-defaults/files/agents/analyst/INSTRUCTIONS.md +6 -3
- package/dist/workspace-defaults/files/catalog-skills/brain-brief-builder/SKILL.md +165 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/SKILL.md +75 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/mcp-tooling.md +40 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/validation-and-handoff.md +40 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/workflow-authoring.md +46 -0
- package/dist/workspace-defaults/files/skills/artifact-builder/references/crm-dashboard.md +1 -1
- package/dist/workspace-defaults/files/skills/document-composer/SKILL.md +22 -3
- package/package.json +1 -1
- package/dist/drizzle/0261_managed_harness_multiplayer.sql +0 -313
- package/dist/drizzle/0262_parallel_harness_threads.sql +0 -9
- package/dist/drizzle/0264_harness_tool_execution_ledger.sql +0 -113
- package/dist/plugins/company-data/README.md +0 -49
- package/dist/plugins/company-data/package.json +0 -21
- package/dist/plugins/company-data/src/index.ts +0 -30
- package/dist/plugins/company-data/src/manifest.ts +0 -26
- package/dist/plugins/company-data/test/manifest.test.ts +0 -116
- package/dist/plugins/company-data/tsconfig.json +0 -8
- package/dist/plugins/company-etl/README.md +0 -46
- package/dist/plugins/company-etl/package.json +0 -21
- package/dist/plugins/company-etl/src/index.ts +0 -29
- package/dist/plugins/company-etl/src/manifest.ts +0 -26
- package/dist/plugins/company-etl/test/manifest.test.ts +0 -108
- package/dist/plugins/company-etl/tsconfig.json +0 -8
- package/dist/plugins/lastmile/README.md +0 -50
- package/dist/plugins/lastmile/package.json +0 -23
- package/dist/plugins/lastmile/smoke/lastmile-plugin-smoke.mjs +0 -661
- package/dist/plugins/lastmile/src/api/tasks-adapter.ts +0 -572
- package/dist/plugins/lastmile/src/discovery.fixture.ts +0 -64
- package/dist/plugins/lastmile/src/index.ts +0 -46
- package/dist/plugins/lastmile/src/manifest.ts +0 -139
- package/dist/plugins/lastmile/test/api/tasks-adapter.test.ts +0 -266
- package/dist/plugins/lastmile/test/discovery.test.ts +0 -88
- package/dist/plugins/lastmile/tsconfig.json +0 -8
- package/dist/plugins/n8n/smoke/n8n-managed-app-smoke.mjs +0 -409
- package/dist/plugins/twenty/smoke/twenty-managed-app-smoke.mjs +0 -359
- package/dist/terraform/modules/app/agentcore-code-interpreter/Dockerfile.sandbox-base +0 -61
- package/dist/terraform/modules/app/agentcore-code-interpreter/sandbox/sitecustomize.py +0 -227
- package/dist/terraform/modules/app/agentcore-code-interpreter/sandbox/test_sitecustomize.py +0 -277
- package/dist/terraform/modules/app/agentcore-code-interpreter/scripts/build_and_push_sandbox_base.sh +0 -70
- package/dist/terraform/modules/app/agentcore-gateway/main.tf +0 -305
- package/dist/terraform/modules/app/agentcore-gateway/outputs.tf +0 -44
- package/dist/terraform/modules/app/agentcore-gateway/scripts/delete_gateway.sh +0 -93
- package/dist/terraform/modules/app/agentcore-gateway/scripts/read_gateway.sh +0 -33
- package/dist/terraform/modules/app/agentcore-gateway/scripts/reconcile_gateway.sh +0 -543
- package/dist/terraform/modules/app/agentcore-gateway/variables.tf +0 -70
- package/dist/terraform/modules/app/agentcore-harness/main.tf +0 -330
- package/dist/terraform/modules/app/agentcore-harness/outputs.tf +0 -72
- package/dist/terraform/modules/app/agentcore-harness/scripts/delete_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-lifecycle.mjs +0 -430
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-readback.mjs +0 -180
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-tool-contract.mjs +0 -193
- package/dist/terraform/modules/app/agentcore-harness/scripts/prune_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/read_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/reconcile_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/variables.tf +0 -96
- package/dist/terraform/modules/app/hindsight-memory/README.md +0 -89
- package/dist/terraform/modules/app/hindsight-memory/main.tf +0 -411
- package/dist/terraform/modules/app/lambda-api/agentcore-harness-alarms.tf +0 -88
- package/dist/terraform/modules/app/lambda-api/agentcore-identity-alarms.tf +0 -91
- package/dist/terraform/modules/data/bedrock-knowledge-base/main.tf +0 -102
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/outputs.tf +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/scripts/sync-database.py +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/scripts/test_sync_database.py +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/variables.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/README.md +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/main.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/outputs.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/variables.tf +0 -0
|
@@ -19,6 +19,10 @@ output "mobile_client_id" {
|
|
|
19
19
|
value = module.cognito.mobile_client_id
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
output "console_client_id" {
|
|
23
|
+
value = module.cognito.console_client_id
|
|
24
|
+
}
|
|
25
|
+
|
|
22
26
|
output "identity_pool_id" {
|
|
23
27
|
value = module.cognito.identity_pool_id
|
|
24
28
|
}
|
|
@@ -104,10 +108,6 @@ output "aurora_aws_s3_iam_role_arn" {
|
|
|
104
108
|
value = module.database.aws_s3_iam_role_arn
|
|
105
109
|
}
|
|
106
110
|
|
|
107
|
-
output "kb_service_role_arn" {
|
|
108
|
-
value = module.bedrock_kb.kb_service_role_arn
|
|
109
|
-
}
|
|
110
|
-
|
|
111
111
|
# App
|
|
112
112
|
output "api_endpoint" {
|
|
113
113
|
value = module.api.api_endpoint
|
|
@@ -201,16 +201,6 @@ output "agentcore_memory_id" {
|
|
|
201
201
|
value = module.agentcore_memory.memory_id
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
output "hindsight_enabled" {
|
|
205
|
-
description = "Whether Hindsight canonical memory is enabled"
|
|
206
|
-
value = local.hindsight_enabled
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
output "hindsight_endpoint" {
|
|
210
|
-
description = "Hindsight API endpoint (null when enable_hindsight = false)"
|
|
211
|
-
value = local.hindsight_enabled ? module.hindsight[0].hindsight_endpoint : null
|
|
212
|
-
}
|
|
213
|
-
|
|
214
204
|
output "brain_artifacts_bucket_name" {
|
|
215
205
|
description = "Canonical ThinkWork Brain S3 bucket for source artifacts, ingestion manifests, migration snapshots, vault projections, and exports."
|
|
216
206
|
value = module.api.brain_artifacts_bucket_name
|
|
@@ -222,33 +212,23 @@ output "brain_artifacts_bucket_arn" {
|
|
|
222
212
|
}
|
|
223
213
|
|
|
224
214
|
output "okf_wiki_efs_enabled" {
|
|
225
|
-
description = "
|
|
226
|
-
value =
|
|
215
|
+
description = "DEPRECATED (THINK-589): always false — the OKF wiki EFS substrate is no longer wired to any consumer. Removal pending (PR 2)."
|
|
216
|
+
value = false
|
|
227
217
|
}
|
|
228
218
|
|
|
229
219
|
output "okf_wiki_efs_file_system_id" {
|
|
230
|
-
description = "
|
|
220
|
+
description = "DEPRECATED (THINK-589): ID of the orphaned OKF wiki EFS filesystem retained for PR 2's gated delete, or null. No consumer mounts it."
|
|
231
221
|
value = var.okf_wiki_efs_enabled ? aws_efs_file_system.okf_wiki[0].id : null
|
|
232
222
|
}
|
|
233
223
|
|
|
234
224
|
output "okf_wiki_refresh_access_point_arn" {
|
|
235
|
-
description = "
|
|
236
|
-
value =
|
|
225
|
+
description = "DEPRECATED (THINK-589): always null — the hydrator access point is removed. Removal pending (PR 2)."
|
|
226
|
+
value = null
|
|
237
227
|
}
|
|
238
228
|
|
|
239
229
|
output "okf_wiki_pi_read_access_point_arn" {
|
|
240
|
-
description = "
|
|
241
|
-
value =
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
output "okf_efs_refresh_fn_name" {
|
|
245
|
-
description = "OKF EFS refresh Lambda function name."
|
|
246
|
-
value = module.api.okf_efs_refresh_fn_name
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
output "okf_efs_refresh_fn_arn" {
|
|
250
|
-
description = "OKF EFS refresh Lambda ARN."
|
|
251
|
-
value = module.api.okf_efs_refresh_fn_arn
|
|
230
|
+
description = "DEPRECATED (THINK-589): always null — the Pi read access point is removed. Removal pending (PR 2)."
|
|
231
|
+
value = null
|
|
252
232
|
}
|
|
253
233
|
|
|
254
234
|
output "twenty_provisioned" {
|
|
@@ -522,26 +502,10 @@ output "computer_sandbox_url" {
|
|
|
522
502
|
}
|
|
523
503
|
|
|
524
504
|
output "computer_sandbox_allowed_parent_origins" {
|
|
525
|
-
description = "Comma-separated list of trusted parent origins for the iframe-shell
|
|
505
|
+
description = "Comma-separated list of trusted parent origins for the iframe-shell. Mirrors the CSP frame-ancestors directive on the sandbox distribution and is wired into the iframe-shell's __ALLOWED_PARENT_ORIGINS__ Vite define at build time."
|
|
526
506
|
value = local.computer_sandbox_allowed_parent_origins_effective
|
|
527
507
|
}
|
|
528
508
|
|
|
529
|
-
# Docs static site
|
|
530
|
-
output "docs_distribution_id" {
|
|
531
|
-
description = "CloudFront distribution ID for the docs site"
|
|
532
|
-
value = module.docs_site.distribution_id
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
output "docs_distribution_domain" {
|
|
536
|
-
description = "CloudFront domain for the docs site"
|
|
537
|
-
value = module.docs_site.distribution_domain
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
output "docs_bucket_name" {
|
|
541
|
-
description = "S3 bucket for docs site assets"
|
|
542
|
-
value = module.docs_site.bucket_name
|
|
543
|
-
}
|
|
544
|
-
|
|
545
509
|
# Public website (www)
|
|
546
510
|
output "www_distribution_id" {
|
|
547
511
|
description = "CloudFront distribution ID for the public website"
|
|
@@ -666,118 +630,8 @@ output "capability_private_interpreter_security_group_id" {
|
|
|
666
630
|
value = module.capability_broker.capability_private_interpreter_security_group_id
|
|
667
631
|
}
|
|
668
632
|
|
|
669
|
-
output "analyst_egress_ip" {
|
|
670
|
-
description = "Stable NAT egress IP of the VPC-attached analyst data-path Lambdas — the address an external database's IP allowlist must admit. Null unless analyst_lambda_vpc_egress is set (and the stack has a NAT gateway)."
|
|
671
|
-
value = var.analyst_lambda_vpc_egress ? module.vpc.nat_gateway_public_ip : null
|
|
672
|
-
}
|
|
673
|
-
|
|
674
633
|
# AgentCore Harness managed runtime outputs. Rollout-era `*_proof_*` aliases
|
|
675
634
|
# remain below so existing automation can migrate without replacing resources.
|
|
676
|
-
output "agentcore_harness_execution_role_arn" {
|
|
677
|
-
description = "Execution role ARN Harness microVMs assume (CreateHarness executionRoleArn). Empty when enable_agentcore_harness is false."
|
|
678
|
-
value = module.agentcore_harness.execution_role_arn
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
output "agentcore_harness_arn" {
|
|
682
|
-
description = "Managed tenant/profile AgentCore Harness ARN. Empty when the managed runtime is disabled."
|
|
683
|
-
value = module.agentcore_harness.managed_harness_arn
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
output "agentcore_harness_endpoint_arn" {
|
|
687
|
-
description = "Named version-pinned managed AgentCore Harness endpoint ARN."
|
|
688
|
-
value = module.agentcore_harness.managed_endpoint_arn
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
output "agentcore_harness_endpoint_name" {
|
|
692
|
-
description = "Named managed AgentCore Harness endpoint qualifier."
|
|
693
|
-
value = module.agentcore_harness.managed_endpoint_name
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
output "agentcore_harness_version" {
|
|
697
|
-
description = "Attested immutable AgentCore Harness version served by the managed endpoint."
|
|
698
|
-
value = module.agentcore_harness.managed_target_version
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
output "agentcore_harness_status" {
|
|
702
|
-
description = "Safe server readiness state for the managed AgentCore Harness runtime."
|
|
703
|
-
value = module.agentcore_harness.managed_status
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
output "agentcore_harness_configuration_fingerprint" {
|
|
707
|
-
description = "Non-secret fingerprint of the managed AgentCore Harness configuration ceiling."
|
|
708
|
-
value = module.agentcore_harness.managed_configuration_fingerprint
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
output "agentcore_harness_proof_arn" {
|
|
712
|
-
description = "Deprecated: use agentcore_harness_arn."
|
|
713
|
-
value = module.agentcore_harness.managed_harness_arn
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
output "agentcore_harness_proof_endpoint_arn" {
|
|
717
|
-
description = "Deprecated: use agentcore_harness_endpoint_arn."
|
|
718
|
-
value = module.agentcore_harness.managed_endpoint_arn
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
output "agentcore_harness_proof_endpoint_name" {
|
|
722
|
-
description = "Deprecated: use agentcore_harness_endpoint_name."
|
|
723
|
-
value = module.agentcore_harness.managed_endpoint_name
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
output "agentcore_harness_proof_version" {
|
|
727
|
-
description = "Deprecated: use agentcore_harness_version."
|
|
728
|
-
value = module.agentcore_harness.managed_target_version
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
output "agentcore_harness_proof_status" {
|
|
732
|
-
description = "Deprecated: use agentcore_harness_status."
|
|
733
|
-
value = module.agentcore_harness.managed_status
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
output "agentcore_harness_proof_configuration_fingerprint" {
|
|
737
|
-
description = "Deprecated: use agentcore_harness_configuration_fingerprint."
|
|
738
|
-
value = module.agentcore_harness.managed_configuration_fingerprint
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
output "agentcore_turn_assertion_issuer" {
|
|
742
|
-
description = "Proof CUSTOM_JWT issuer used by deployed operator probes."
|
|
743
|
-
value = module.api.agentcore_turn_assertion_issuer
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
output "agentcore_harness_audience" {
|
|
747
|
-
description = "Purpose-bound proof Harness audience."
|
|
748
|
-
value = module.api.agentcore_harness_audience
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
output "agentcore_turn_assertion_active_key_arn" {
|
|
752
|
-
description = "Operator-only active proof signing key ARN."
|
|
753
|
-
value = module.api.agentcore_turn_assertion_active_key_arn
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
output "agentcore_turn_assertion_active_kid" {
|
|
757
|
-
description = "Public JWKS key identifier for the active proof signing key."
|
|
758
|
-
value = module.api.agentcore_turn_assertion_active_kid
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
output "agentcore_harness_proof_profile_parameter_name" {
|
|
762
|
-
description = "Deprecated rollout-compatible SSM Harness profile address."
|
|
763
|
-
value = var.enable_agentcore_multiplayer_proof ? aws_ssm_parameter.agentcore_harness_proof_profile[0].name : ""
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
output "agentcore_harness_profile_parameter_name" {
|
|
767
|
-
description = "Server-only per-tenant SSM profile consumed by the managed Harness runtime."
|
|
768
|
-
value = var.enable_agentcore_multiplayer_proof ? aws_ssm_parameter.agentcore_harness_profile[0].name : ""
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
output "agentcore_multiplayer_proof_gateway_arn" {
|
|
772
|
-
description = "Proof-only AgentCore Gateway ARN. Empty unless enable_agentcore_multiplayer_proof is true."
|
|
773
|
-
value = module.agentcore_proof_gateway.gateway_arn
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
output "agentcore_multiplayer_proof_gateway_url" {
|
|
777
|
-
description = "Proof-only AgentCore Gateway MCP endpoint."
|
|
778
|
-
value = module.agentcore_proof_gateway.gateway_url
|
|
779
|
-
}
|
|
780
|
-
|
|
781
635
|
output "agentcore_multiplayer_proof_workload_identity_arn" {
|
|
782
636
|
description = "Manual proof workload identity ARN used only for U1 Identity verification."
|
|
783
637
|
value = module.agentcore_proof_identity.workload_identity_arn
|