文件名称:infra-dsl:用于基础架构的Groovy DSL
文件大小:482KB
文件格式:ZIP
更新时间:2024-05-18 18:02:01
infrastructure terraform orchestration infrastructure-management infrastructure-as-code
红外DSL 用于Terraform的Groovy DSL。 干净,简单的方法来定义代码中的基础结构。 不久将有更多描述。 享受下面的示例:) java -jar infra-dsl-VERSION.jar path_to_your_file.groovy Infrastructure . resourceGroup( ' sample ' ) { region ' westeurope ' network { networkId 1 subnets { subnet( ' app ' ) { subnetId 1 } } } components { component( ' vpn ' ) { availabilitySet {} networkSecurityGroup { defaultsSecurityRules
【文件预览】:
infra-dsl-master
----.gitignore(289B)
----.mvn()
--------wrapper()
--------settings.xml(786B)
--------maven.config(2B)
----src()
--------main()
--------test()
----.travis.yml(1KB)
----mvnw(6KB)
----LICENSE(11KB)
----pom.xml(13KB)
----mvnw.cmd(5KB)
----README.md(7KB)
----docs()
--------data()
--------dist()
--------index.html(2KB)
--------config.json(24B)