This commit is contained in:
Tiara Rodney 2026-02-05 14:47:26 +01:00
parent 344e9eeb0e
commit 6120b71aca
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
6 changed files with 565 additions and 18 deletions

21
profiles/README.md Normal file
View file

@ -0,0 +1,21 @@
# Profiles
Profiles define how the ABC Pattern maps onto specific IaC tools. Each profile
introduces additional rules, conventions, and examples tailored to the target
system.
Profiles use identifiers of the form:
```default
ABC-PROFILE-<PROFILE>-R#
```
Current profiles include:
* imperative, objectoriented implementations
* declarative modulebased implementation
Profiles demonstrate that ABC is not tied to any particular paradigm.
* [CDK TypeScript Profile](cdk-ts.md)
* [Terraform Profile](tf.md)