Dontopedia

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.

26 facts·18 predicates·3 sources·4 in dispute

Mostly:rdf:type(2), has source(2), declared in(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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)

dependsOnDepends on(2)

dependsOnModuleDepends on Module(2)

hasModuleHas Module(2)

importsModuleImports Module(2)

referencesReferences(2)

referencesModuleReferences Module(2)

sharesModuleShares Module(2)

derivedFromDerived From(1)

includesIncludes(1)

passedToModulePassed to Module(1)

valueFromValue From(1)

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.

24 facts
PredicateValueRef
Rdf:typeTerraform Module[1]
Rdf:typeTerraform Module[2]
Has Source../shared_resources[1]
Has Source../shared_resources[2]
Declared inFile Root Config[1]
Declared inFile Shared Resources[1]
Has OutputOutput Role Arn[1]
Has OutputModule Shared Resources Role Arn[2]
Used byIngestion Module[2]
Used byRetrieval Module[2]
Referenced byIngestion Module[2]
Referenced byRetrieval Module[2]
Receives InputVariable Role Name[1]
Uses SourceSource Path Shared Resources[1]
Exposes OutputOutput Role Arn[1]
Scoperoot[1]
Has Input VariableVariable Role Name[1]
References Module OutputOutput Role Arn[1]
Provides OutputOutput Role Arn[1]
Module Purposeshared-infrastructure[1]
Has Role Nameshared-role[2]
Has ParameterRole Name Variable[2]
ProvidesModule Shared Resources Role Arn[2]
Is Located inShared 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.

typebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:TerraformModule
labelbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
shared_resources
hasSourcebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
../shared_resources
receivesInputbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:variable-role-name
declaredInbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:file-root-config
declaredInbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:file-shared-resources
usesSourcebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:source-path-shared-resources
hasOutputbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:output-role-arn
exposesOutputbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:output-role-arn
scopebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
root
hasInputVariablebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:variable-role-name
referencesModuleOutputbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:output-role-arn
providesOutputbeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
ex:output-role-arn
modulePurposebeam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
shared-infrastructure
typebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:TerraformModule
hasSourcebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
../shared_resources
hasRoleNamebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
shared-role
usedBybeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:ingestion-module
usedBybeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:retrieval-module
labelbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
shared_resources
hasParameterbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:role-name-variable
hasOutputbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:module-shared-resources-role-arn
referencedBybeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:ingestion-module
referencedBybeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:retrieval-module
providesbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:module-shared-resources-role-arn
isLocatedInbeam/fd912db7-f15a-4a61-a19d-9a196007b348
ex:shared-resources-module-path

References (3)

3 references
  1. ctx:claims/beam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39
  2. ctx:claims/beam/cbf6e634-317e-4022-8848-5aa12bb2caf8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cbf6e634-317e-4022-8848-5aa12bb2caf8
      Show 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
  3. ctx:claims/beam/fd912db7-f15a-4a61-a19d-9a196007b348
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fd912db7-f15a-4a61-a19d-9a196007b348
      Show 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.