|
2 | 2 | title: "Intentius" |
3 | 3 | lede: "The creators of choudoufu and chant" |
4 | 4 | sub: "Our tools are free. Need help?" |
| 5 | +intro: "Intentius is an infrastructure consultancy. We help teams whose Terraform has outgrown one shared state file, and teams that want an agent doing routine operations without holding a production key. We do it with two tools we built and give away." |
5 | 6 | problems: |
6 | | - - title: "A Terraform estate nobody wants to inherit" |
7 | | - body: "We move ownership onto the resources as tags. Handover becomes an IAM grant." |
8 | | - link: "Estate migration" |
| 7 | + - title: "Your Terraform has outgrown one shared state file" |
| 8 | + body: "Teams stepping on each other, and a handover that takes a migration project. We put ownership on the resources themselves, so splitting the work or handing it over is a permissions change rather than a rewrite." |
| 9 | + link: "How that works" |
9 | 10 | href: "/work/#estate-migration-and-carving" |
10 | | - - title: "Agents that need production access" |
11 | | - body: "The program makes the call and never holds the credential." |
12 | | - link: "Agents against real infrastructure" |
| 11 | + - title: "You want an agent doing ops, without giving it the keys" |
| 12 | + body: "The agent runs your routine operations as a program with approval gates, and it never sees the production credential." |
| 13 | + link: "How that works" |
13 | 14 | href: "/work/#agents-against-real-infrastructure" |
14 | | - - title: "A pipeline per component, drifting" |
15 | | - body: "Describe each component as data and the release compiles from it. Adding one is a declaration, and the CI is generated from the same declarations." |
16 | | - link: "Releases as compile targets" |
| 15 | + - title: "Every service has its own deploy pipeline" |
| 16 | + body: "Describe each one as data, and the deploy and its CI are generated. The hundredth service costs the same as the first." |
| 17 | + link: "How that works" |
17 | 18 | href: "/work/#releases-as-compile-targets" |
| 19 | +bridge: "Already on Spacelift or Terraform Cloud? Those put an approval loop around Terraform, and it only governs people who go through the loop. We put the record of who owns what where your cloud's own permissions can read it, so the rule holds for anyone with a key. [The comparison.](/compare/control-planes/)" |
18 | 20 | --- |
19 | 21 |
|
20 | 22 | <div class="tool"> |
21 | 23 | <div class="name">choudoufu</div> |
22 | | - <p>OpenTofu plus identity hooks. Ownership is two tags on the resource, and the state file is a cache you may lose. <a href="https://intentius.io/choudoufu/">Docs</a> · <a href="/compare/choudoufu-and-terraform-state/">Compare</a></p> |
| 24 | + <p>A build of OpenTofu, the open-source Terraform, that writes who owns each resource onto the resource itself. The state file stops being the thing everyone fights over. <a href="https://intentius.io/choudoufu/">Docs</a> · <a href="/compare/choudoufu-and-terraform-state/">Compare</a></p> |
23 | 25 | </div> |
24 | 26 | <div class="tool"> |
25 | 27 | <div class="name">chant</div> |
26 | | - <p>A type system for operations. Typed source folded to the platform's own spec before anything runs, then deployed to the three big clouds and Kubernetes from one project. <a href="https://intentius.io/chant/">Docs</a> · <a href="/compare/chant-cdk-and-pulumi/">Compare</a></p> |
| 28 | + <p>Infrastructure written as typed code and checked before anything runs. It deploys to the three big clouds and Kubernetes, and generates the pipelines for you. <a href="https://intentius.io/chant/">Docs</a> · <a href="/compare/chant-cdk-and-pulumi/">Compare</a></p> |
27 | 29 | </div> |
28 | 30 | <div class="tool"> |
29 | 31 | <div class="name">the standard</div> |
30 | | - <p>Both are rated against the fourteen properties of <a href="https://accessibleops.net/">Accessible Ops</a>. <a href="/accessible-ops/">The scorecard</a></p> |
| 32 | + <p>Both are rated against the fourteen properties of <a href="https://accessibleops.net/">Accessible Ops</a>, alongside the tools you already use. <a href="/accessible-ops/">The scorecard</a></p> |
31 | 33 | </div> |
0 commit comments