1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-22 00:41:58 +01:00
AsCode - Terraform Alternative Syntax https://ascode.run
Go to file
Máximo Cuadros 5781925c19
Merge pull request #6 from erizocosmico/patch-1
docker: register correct builtin function for Image.tags()
2024-10-21 20:36:18 +02: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
.github/workflows PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
cmd starlark/types: Resource.HCL enconding directly from starlark.Value 2020-04-13 04:21:35 +02:00
starlark docker: register correct builtin function for Image.tags() 2024-10-16 18:03:55 +02: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
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
LICENSE LICENSE 2019-07-05 08:00:41 +02:00
main.go cmd: version command 2020-03-27 18:33:10 +01: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

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