Use when creating or editing Nullstone IaC YAML files under `.nullstone/` — adding or wiring apps, datastores, networks, domains, subdomains, ingresses, clusters, cluster-namespaces; setting `vars`, `environment`, `connections`, or `capabilities`; configuring `events`. Triggers on file paths `.nullstone/config.yml`, `.nullstone/{env}.yml`, `.nullstone/previews.yml`, and anything under `.nullstone/stacks/{stack}/`.
80
100%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
clusters top-level elementA cluster is a block that represents a set of compute resources used to host a collection of VMS and/or containers.
A cluster has the same schema as a block.
clusters:
fargate0:
module: nullstone/aws-fargate
connections:
network: network0moduleSee blocks#module.
module_versionvarsSee blocks#vars.
connectionsSee blocks#connections.