shared-role
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
shared-role has 17 facts recorded in Dontopedia across 5 references, with 2 live disagreements.
Mostly:rdf:type(5), has variable(1), has name(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
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.
containsResourceContains Resource(2)
- Shared Resources Module
ex:shared-resources-module - Shared Resources Module
ex:shared-resources-module
referencesResourceReferences Resource(2)
- Role Arn Output
ex:role-arn-output - Role Arn Output
ex:role-arn-output
containsResourceDefinitionContains Resource Definition(1)
- Shared Resources Main Tf
ex:shared-resources-main-tf
referencesRoleReferences Role(1)
- Aws Iam Instance Profile
ex:aws-iam-instance-profile
Other facts (13)
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 | Aws Iam Role | [1] |
| Rdf:type | Resource | [2] |
| Rdf:type | Aws Resource | [3] |
| Rdf:type | Aws Iam Role | [4] |
| Rdf:type | Aws Service | [5] |
| Has Variable | Role Name Variable | [1] |
| Has Name | var.role_name | [1] |
| Has Assume Role Policy | Json Encoded Policy | [1] |
| Resource Type | aws_iam_role | [2] |
| Assumes Role With | Ec2 Service | [2] |
| Sts Action | sts:AssumeRole | [2] |
| Policy Version | 2012-10-17 | [2] |
| Is Referenced in | Retrieval Module | [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/457a5c47-c9e0-4523-bd05-624dbed164e7- full textbeam-chunktext/plain1 KB
doc:beam/457a5c47-c9e0-4523-bd05-624dbed164e7Show 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…
ctx:claims/beam/1a6a6272-e939-42d4-bdfb-022b93350837- full textbeam-chunktext/plain1 KB
doc:beam/1a6a6272-e939-42d4-bdfb-022b93350837Show 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…
ctx:claims/beam/0e26b014-48f3-48be-b3ea-6bf9f012bfeb- full textbeam-chunktext/plain1 KB
doc:beam/0e26b014-48f3-48be-b3ea-6bf9f012bfebShow excerpt
By creating a centralized shared resources module and using outputs and inputs effectively, you can manage shared resources like IAM roles between ingestion and retrieval modules without duplication. This approach ensures consistency and ma…
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…
ctx:claims/beam/0863a087-ce95-41a8-8f3d-1d36ef8976d6- full textbeam-chunktext/plain1 KB
doc:beam/0863a087-ce95-41a8-8f3d-1d36ef8976d6Show excerpt
To create a modular design that separates ingestion and retrieval environments, you can use Terraform modules. This approach allows you to encapsulate related resources into reusable components, making your infrastructure as code (IaC) more…
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.