Every question finds its best answer
The configuration of this repo is managed by OpenTofu in estate-repos.
This service is public. No login details are currently stored so customers should assume everything that they write is public.
Planzoco takes some inspiration from poll.ly, in that all participants can suggest and vote on an item. Where planzoco takes it further is the inclusion of multiple questions. When organising an excursion with friends, or a family get together, there are many questions that must be agreed apon, such as,
- Where are we going?
- What are we doing?
- How are we getting there?
Planzoco allows all participants to suggest an option, then everyone gets to vote on it.
Run the container.
Run the container.
You may notice that there is less OpenTofu (the FLOSS fork of Terraform) code here than you might have expected. Evoteum has an ECS base deployment platform, so the only module that each repos needs is the platform service module. This provides a truly repeatable "golden path" deployment to ensure that everyone can focus on just getting code to customers faster.
Other modules are defined in the tofu-modules repo, while the central platform infrastructure is defined in the platform-infrastructure module.
We also aim to follow the "Everything as Code" practice wherever possible. We prefer to define everything in code, including things that might not "usually" be defined in code. For more info, see the estate-repos repo, where all our repositories are defined and maintained.
If you need any help, please log an issue and one of our team will get back to you.
PRs are welcome.
All our code is licenced under the AGPL-3.0. See LICENSE for more information.