Dontopedia

role_arn

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

role_arn has 20 facts recorded in Dontopedia across 5 references, with 3 live disagreements.

20 facts·10 predicates·5 sources·3 in dispute

Mostly:rdf:type(5), has type(2), has default(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (10)

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.

containsVariableContains Variable(4)

hasVariableDeclarationHas Variable Declaration(2)

containsContains(1)

containsVariableDefinitionContains Variable Definition(1)

hasVariableHas Variable(1)

hasVariableSectionHas Variable Section(1)

Other facts (17)

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.

17 facts
PredicateValueRef
Rdf:typeVariable[1]
Rdf:typeTerraform Variable[2]
Rdf:typeTerraform Variable[3]
Rdf:typeVariable[4]
Rdf:typeVariable[5]
Has Typestring[1]
Has TypeString[3]
Has Default""[1]
Has Default""[3]
Variable Typestring[1]
Variable Typestring[2]
Variable Namerole_arn[2]
Variable Default""[2]
Variable Block Structuretype-string-default-empty[2]
Typestring[4]
Default""[4]
Has ValueModule.shared Resources.role Arn[5]

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/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ex:Variable
labelbeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
role_arn
hasTypebeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
string
hasDefaultbeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
""
variableTypebeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
string
typebeam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
ex:TerraformVariable
variableNamebeam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
role_arn
variableTypebeam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
string
variableDefaultbeam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
""
variableBlockStructurebeam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
type-string-default-empty
hasTypebeam/457a5c47-c9e0-4523-bd05-624dbed164e7
ex:string
hasDefaultbeam/457a5c47-c9e0-4523-bd05-624dbed164e7
""
typebeam/457a5c47-c9e0-4523-bd05-624dbed164e7
ex:TerraformVariable
labelbeam/457a5c47-c9e0-4523-bd05-624dbed164e7
Role ARN Variable
typebeam/1a6a6272-e939-42d4-bdfb-022b93350837
ex:Variable
labelbeam/1a6a6272-e939-42d4-bdfb-022b93350837
role_arn
typebeam/1a6a6272-e939-42d4-bdfb-022b93350837
string
defaultbeam/1a6a6272-e939-42d4-bdfb-022b93350837
""
typebeam/fd912db7-f15a-4a61-a19d-9a196007b348
ex:Variable
hasValuebeam/fd912db7-f15a-4a61-a19d-9a196007b348
ex:module.shared-resources.role-arn

References (5)

5 references
  1. 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
  2. ctx:claims/beam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3
      Show excerpt
      #### Updated Consuming Modules If the new policy needs to be referenced in the ingestion or retrieval modules, update them accordingly. #### Ingestion Module (`modules/ingestion/main.tf`) ```hcl variable "role_arn" { type = string
  3. ctx:claims/beam/457a5c47-c9e0-4523-bd05-624dbed164e7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/457a5c47-c9e0-4523-bd05-624dbed164e7
      Show excerpt
      Create a separate module specifically for shared resources like IAM roles. This module can be referenced by both ingestion and retrieval modules. #### Example Structure ``` modules/ shared_resources/ main.tf variables.tf out
  4. ctx:claims/beam/1a6a6272-e939-42d4-bdfb-022b93350837
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1a6a6272-e939-42d4-bdfb-022b93350837
      Show excerpt
      Ensure that the shared resources module exports the necessary information (like ARNs) and that the ingestion and retrieval modules consume these outputs as inputs. #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl v
  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.