'Features' are self-contained units of installation code and development container configuration. Features are designed to install atop a wide-range of base container images.
Missing a CLI or language in your otherwise perfect container image? Add the relevant Feature to the features
property of a devcontainer.json. A
tool supporting the dev container specification is required to build a development
container.
You may learn about Features at containers.dev, which is the website for the dev container specification.
Below are the features currently available in this repository:
| Feature Name | Description | Documentation |
|---|---|---|
| Terratag | Terratag is a CLI tool allowing for tags or labels to be applied across an entire set of OpenTofu/Terraform files. Terratag will apply tags or labels to any AWS, GCP and Azure resources. | 📚 Link |
'Features' are self-contained units of installation code and development container configuration. Features are designed to install atop a wide-range of base container images.
To reference a Feature from this repository, add the desired Features to a devcontainer.json. Each Feature has a README.md that shows how to reference the Feature and which options are available for that Feature.
The example below installs theterratag feature declared in the ./src directory of this
repository.
See the relevant Feature's README for supported options.