Skip to content

Commit

Permalink
well know -> well-known (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash authored Aug 3, 2024
1 parent 345716e commit ea33957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/factories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Factories are a way to simplify all above use cases, by moving repetitive resour
Using factories, repetitive resource creation and management becomes easier

- for humans who have no direct experience with Terraform, by exposing filesystem hierarchies and YAML-based configuration data
- for connected systems, by accepting well know data exchange formats like JSON or CSV
- for connected systems, by accepting well-known data exchange formats like JSON or CSV
- for external code that needs to enforce checks or policies, by eliminating the need to parse HCL code or Terraform outputs
- to implement authorization processes or workwflows in CI/CD, by removing the dependency on Terraform and HCL knowledge for the teams involved

Expand Down

0 comments on commit ea33957

Please sign in to comment.