resource-nexusis under development. A first release candidate will be released "soon".
Graphical user interface to manage Terraform resources, without dealing directly with the configuration files or the underlying infrastructure.
More details can be found in the idea description.
resource-nexus consists of two components.
resource-nexus-core is the backbone of the whole stack.
Triggered via REST API, resource-nexus-core executes Terraform commands to provision infrastructure.
Source code and detailed documentation is located under resource-nexus-core
Not developed yet.
Please make sure to read the following guidelines before contributing to resource-nexus.
Contributing "rules" can be found here.
Since this is a "mono-repository" for more than one component of resource-nexus, consistent commit names are important. This allows commits to be grouped and assigned to the corresponding component.
Commit naming:
gh-actions - ...: Prefix for GitHub Action changesresource-nexus-core - ..: Prefix for backend changesresource-nexus-web - ...: Prefix for frontend changes
Changes that are not part of actions, backend or frontend doenst need a consistent prefix.
It is important to separate changes to the backend and frontend into separate commits.
resource-nexus is an OSS project that uses and builds on Terraform. It is not affiliated with HashiCorp or Terraform.
MIT © Tobias Bauriedel