1
1
Fork 0
mirror of https://github.com/mcuadros/ascode synced 2024-03-29 10:20:08 +01:00
AsCode - Terraform Alternative Syntax https://ascode.run
Go to file
Maximo Cuadros ca95f0f93c PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
.github/workflows PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
_documentation documentation: fix some typos and whitespace 2020-03-29 22:07:15 +02:00
_examples starlark/module: docker promoted to stable 2020-03-30 00:24:10 +02:00
_scripts examples: examples review and render to markdown 2020-03-29 19:06:41 +02:00
cmd starlark/types: Resource.HCL enconding directly from starlark.Value 2020-04-13 04:21:35 +02:00
starlark PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
terraform PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
.gitignore documentation: hugo configuration and gh-pages action 2020-03-29 01:12:41 +01:00
Dockerfile cmd: version command 2020-03-27 18:33:10 +01:00
LICENSE LICENSE 2019-07-05 08:00:41 +02:00
Makefile starlark: modules, new url module 2021-04-06 14:07:35 +02:00
README.md README.md: simplify 2020-03-29 22:02:25 +02:00
go.mod go modules: update non-terraform dependencies 2021-04-06 19:34:30 +02:00
go.sum go modules: update non-terraform dependencies 2021-04-06 19:34:30 +02:00
main.go cmd: version command 2020-03-27 18:33:10 +01:00

GitHub license GitHub tag (latest SemVer) GitHub Action Test Go Report Card


AsCode is a tool to define infrastructure as code using the Starlark language on top of 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

Table of Contents

License

GPL-3.0, see LICENSE