shared_resources
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
shared_resources has 26 facts recorded in Dontopedia across 3 references, with 4 live disagreements.
Mostly:rdf:type(2), has source(2), declared in(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (21)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsModuleContains Module(3)
- File Root Config
ex:file-root-config - Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
dependsOnDepends on(2)
- Module Ingestion
ex:module-ingestion - Module Retrieval
ex:module-retrieval
dependsOnModuleDepends on Module(2)
- Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
hasModuleHas Module(2)
- Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
importsModuleImports Module(2)
- Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
referencesReferences(2)
- Locals Block Ingestion
ex:locals-block-ingestion - Locals Block Retrieval
ex:locals-block-retrieval
referencesModuleReferences Module(2)
- Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
sharesModuleShares Module(2)
- Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
derivedFromDerived From(1)
- Local Role Arn
ex:local-role-arn
includesIncludes(1)
- Terraform Modules
ex:terraform-modules
passedToModulePassed to Module(1)
- Variable Role Name
ex:variable-role-name
valueFromValue From(1)
- Output Role Arn
ex:output-role-arn
Other facts (24)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Terraform Module | [1] |
| Rdf:type | Terraform Module | [2] |
| Has Source | ../shared_resources | [1] |
| Has Source | ../shared_resources | [2] |
| Declared in | File Root Config | [1] |
| Declared in | File Shared Resources | [1] |
| Has Output | Output Role Arn | [1] |
| Has Output | Module Shared Resources Role Arn | [2] |
| Used by | Ingestion Module | [2] |
| Used by | Retrieval Module | [2] |
| Referenced by | Ingestion Module | [2] |
| Referenced by | Retrieval Module | [2] |
| Receives Input | Variable Role Name | [1] |
| Uses Source | Source Path Shared Resources | [1] |
| Exposes Output | Output Role Arn | [1] |
| Scope | root | [1] |
| Has Input Variable | Variable Role Name | [1] |
| References Module Output | Output Role Arn | [1] |
| Provides Output | Output Role Arn | [1] |
| Module Purpose | shared-infrastructure | [1] |
| Has Role Name | shared-role | [2] |
| Has Parameter | Role Name Variable | [2] |
| Provides | Module Shared Resources Role Arn | [2] |
| Is Located in | Shared Resources Module Path | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39ctx:claims/beam/cbf6e634-317e-4022-8848-5aa12bb2caf8- full textbeam-chunktext/plain1 KB
doc:beam/cbf6e634-317e-4022-8848-5aa12bb2caf8Show excerpt
resource "aws_iam_instance_profile" "shared_profile" { name = "ingestion-profile" roles = [aws_iam_role.shared_role.name] } module "shared_resources" { source = "../shared_resources" role_name = "shared-role" } locals { role_ar…
ctx:claims/beam/fd912db7-f15a-4a61-a19d-9a196007b348- full textbeam-chunktext/plain1 KB
doc:beam/fd912db7-f15a-4a61-a19d-9a196007b348Show excerpt
locals { role_arn = module.shared_resources.role_arn } ``` #### Retrieval Module (`modules/retrieval/main.tf`) ```hcl variable "role_arn" { type = string default = "" } resource "aws_instance" "retrieval" { ami = "am…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.