abc-ai/profiles/README.md
Tiara Rodney 6120b71aca
new
2026-02-05 14:47:26 +01:00

21 lines
517 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)