iac-constructs
v0.6.137
Published
Cloud Construct Package + Utilities
Downloads
1
Readme
Cloud Constructs
Local Development
Running cloud-constructor
npm i && npm link
Default IaC Directory
Simply, update the package.json
's config
setting:
{
"name": "example",
...
"config": {
"iac": "[Default-IaC-Directory]"
}
}
The output directory defaults to ci
;