mirror of
https://github.com/mcuadros/ascode
synced 2024-11-26 14:03:49 +01:00
5 lines
1.6 KiB
XML
5 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Examples on AsCode - Terraform Alternative Syntax</title><link>https://ascode.run/docs/example/</link><description>Recent content in Examples on AsCode - Terraform Alternative Syntax</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://ascode.run/docs/example/index.xml" rel="self" type="application/rss+xml"/><item><title>Using functions</title><link>https://ascode.run/docs/example/functions.star/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/example/functions.star/</guid><description><p>This example illustrates how with the usage through the usage of functions,
|
|
we can simplify and improve the readability of our infrastructure declaration.</p></description></item><item><title>Runtime Modules</title><link>https://ascode.run/docs/example/runtime.star/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/example/runtime.star/</guid><description><p>AsCode comes with a variety of modules available like <code>http</code>, <code>math</code>,
|
|
<code>encoding/json</code>, etc. All this <a href="https://ascode.run/docs/reference/">modules</a> are available
|
|
runtime through the <a href="https://ascode.run/docs/starlark/statements/#load-statements"><code>load</code></a>
|
|
statement. This example shows the usage of this modules and some others.</p></description></item></channel></rss> |