Dontopedia

role_arn

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

role_arn has 14 facts recorded in Dontopedia across 5 references, with 2 live disagreements.

14 facts·5 predicates·5 sources·2 in dispute

Mostly:rdf:type(4), has value(3), references module output(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (15)

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.

hasLocalVariableHas Local Variable(3)

assignsAssigns(2)

hasLocalHas Local(2)

capturesModuleOutputCaptures Module Output(1)

containsContains(1)

containsLocalContains Local(1)

definesDefines(1)

definesLocalDefines Local(1)

hasLocalsBlockHas Locals Block(1)

providesProvides(1)

providesOutputProvides Output(1)

Other facts (10)

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.

10 facts
PredicateValueRef
Rdf:typeTerraform Local[1]
Rdf:typeLocal Variable[2]
Rdf:typeTerraform Local Variable[3]
Rdf:typeLocal Variable[4]
Has Valuemodule.shared_resources.role_arn[2]
Has ValueShared Resources Module.role Arn[3]
Has ValueModule.shared Resources.role Arn[5]
References Module OutputRole Arn Output[2]
Derived FromModule Shared Resources Role Arn[4]
Assigned ValueModule Shared Resources Role Arn[4]

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/c63a9892-3cac-49a8-8296-84a166b21998
ex:TerraformLocal
labelbeam/c63a9892-3cac-49a8-8296-84a166b21998
role_arn
typebeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ex:LocalVariable
labelbeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
role_arn
hasValuebeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
module.shared_resources.role_arn
referencesModuleOutputbeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ex:role-arn-output
typebeam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d
ex:TerraformLocalVariable
labelbeam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d
role_arn
hasValuebeam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d
ex:shared-resources-module.role_arn
typebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:LocalVariable
derivedFrombeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:module-shared-resources-role-arn
labelbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
role_arn
assignedValuebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:module-shared-resources-role-arn
hasValuebeam/fd912db7-f15a-4a61-a19d-9a196007b348
ex:module.shared-resources.role-arn

References (5)

5 references
  1. ctx:claims/beam/c63a9892-3cac-49a8-8296-84a166b21998
    • full textbeam-chunk
      text/plain1 KBdoc:beam/c63a9892-3cac-49a8-8296-84a166b21998
      Show excerpt
      Effect = "Allow" Principal = { Service = "ec2.amazonaws.com" } Action = "sts:AssumeRole" } ] }) } output "role_arn" { value = aws_iam_role.shared_role.arn } ``` #### Ingestion Module
  2. ctx:claims/beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
      Show excerpt
      outputs.tf main.tf ``` #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl variable "role_name" { type = string default = "shared-role" } resource "aws_iam_role" "shared_role" { name = var.role_name a
  3. ctx:claims/beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d
      Show excerpt
      resource "aws_iam_instance_profile" "shared_profile" { name = "retrieval-profile" roles = [aws_iam_role.shared_role.name] } module "shared_resources" { source = "../shared_resources" role_name = "shared-role" } locals { role_ar
  4. 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
  5. 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.