Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcuadros/ascode
AsCode - Terraform Alternative Syntax
https://github.com/mcuadros/ascode
hcl infrastructure language starlark terraform
Last synced: 10 days ago
JSON representation
AsCode - Terraform Alternative Syntax
- Host: GitHub
- URL: https://github.com/mcuadros/ascode
- Owner: mcuadros
- License: gpl-3.0
- Created: 2019-06-26T22:26:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:37:03.000Z (15 days ago)
- Last Synced: 2024-10-22T10:39:18.643Z (15 days ago)
- Topics: hcl, infrastructure, language, starlark, terraform
- Language: Go
- Homepage: https://ascode.run
- Size: 9.48 MB
- Stars: 113
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[**AsCode**](https://ascode.run) is a tool to define infrastructure as code using the [Starlark](https://github.com/google/starlark-go/blob/master/doc/spec.md) language on top of [Terraform](https://github.com/hashicorp/terraform). It allows to describe your infrastructure using an expressive language in Terraform without writing a single line of HCL, meanwhile, you have the complete ecosystem of [providers](https://www.terraform.io/docs/providers/index.html)
## Table of Contents
- [Quick Install](https://ascode.run/docs/install/)
- [Getting Started](https://ascode.run/docs/getting-started/)
- [Examples](https://ascode.run/docs/example/)
- [GitHub Action](https://ascode.run/docs/github-action/)## License
GPL-3.0, see [LICENSE](LICENSE)