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.
Mostly:rdf:type(4), has value(3), references module output(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound 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)
- Ingestion Module
ex:ingestion-module - Ingestion Module
ex:ingestion-module - Retrieval Module
ex:retrieval-module
assignsAssigns(2)
- Locals Block Ingestion
ex:locals-block-ingestion - Locals Block Retrieval
ex:locals-block-retrieval
hasLocalHas Local(2)
- Locals Block Ingestion
ex:locals-block-ingestion - Locals Block Retrieval
ex:locals-block-retrieval
capturesModuleOutputCaptures Module Output(1)
- Ingestion Module
ex:ingestion-module
containsContains(1)
- Locals Block 2
ex:locals-block-2
containsLocalContains Local(1)
- Ingestion Module
ex:ingestion-module
definesDefines(1)
- Locals Block Ingestion
ex:locals-block-ingestion
definesLocalDefines Local(1)
- Ingestion Module
ex:ingestion-module
hasLocalsBlockHas Locals Block(1)
- Ingestion Module
ex:ingestion-module
providesProvides(1)
- Shared Resources Module
ex:shared-resources-module
providesOutputProvides Output(1)
- Shared Resources Module
ex:shared-resources-module
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.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Terraform Local | [1] |
| Rdf:type | Local Variable | [2] |
| Rdf:type | Terraform Local Variable | [3] |
| Rdf:type | Local Variable | [4] |
| Has Value | module.shared_resources.role_arn | [2] |
| Has Value | Shared Resources Module.role Arn | [3] |
| Has Value | Module.shared Resources.role Arn | [5] |
| References Module Output | Role Arn Output | [2] |
| Derived From | Module Shared Resources Role Arn | [4] |
| Assigned Value | Module 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.
References (5)
ctx:claims/beam/c63a9892-3cac-49a8-8296-84a166b21998- full textbeam-chunktext/plain1 KB
doc:beam/c63a9892-3cac-49a8-8296-84a166b21998Show excerpt
Effect = "Allow" Principal = { Service = "ec2.amazonaws.com" } Action = "sts:AssumeRole" } ] }) } output "role_arn" { value = aws_iam_role.shared_role.arn } ``` #### Ingestion Module…
ctx:claims/beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3- full textbeam-chunktext/plain1 KB
doc:beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3Show 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…
ctx:claims/beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d- full textbeam-chunktext/plain1 KB
doc:beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2dShow 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…
ctx: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.