https://github.com/aws-cloudformation/iac-model-evaluation
https://github.com/aws-cloudformation/iac-model-evaluation
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aws-cloudformation/iac-model-evaluation
- Owner: aws-cloudformation
- License: mit-0
- Created: 2024-05-15T16:42:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T16:32:22.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T18:12:46.194Z (about 1 year ago)
- Language: HCL
- Size: 1.12 MB
- Stars: 11
- Watchers: 3
- Forks: 17
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# **Infrastructure as Code Model Evaluation**
This repository contains high quality samples of IaC code that can be used to
validate trained models. It is meant to be excluded from training data.
## **Contributing - Getting Started** 🚀
Get familiar with the repo. The goal is to have examples for CDK, CFN, and TF
for all languages where applicable (e.g. JSON/YAML for CFN, all languages for
CDK) so if a resource is already created but is in written in a different
language, feel free to add support for a different one. Similar applies for
Terraform. We need examples for both the aws and awscc providers.
*Important:* Make sure every code block has a comment above it! These comments
need to be what you would expect a developer to type in as a prompt to
Amazon Q inline code completions.