systemaccounting / mxfactorial

a payment application intended for deployment by the united states treasury that replaces banking with accounting
https://www.systemaccounting.org
46 stars 26 forks source link

manage env-id with os #365

Closed mxfactorial closed 6 months ago

mxfactorial commented 6 months ago

cloud development environments are matched with a developers local machine

a developer must create an env-id on their local with make env-id before creating a cloud development environment

then terraform provisions an environment referencing the env-id

current

terraform manages env-id in a tf state file 3 subdirectories down from root

expected

os manages ENV_ID in root .env file

hourly estimate

  1. bash scripting: 3
  2. switch 244 ENV_ID references to os managed variable: 4
  3. testing: 4
  4. doc: 1

12

mxfactorial commented 6 months ago

hours worked

requirement writing: 1.75

mxfactorial commented 6 months ago

hours worked

11.5

mxfactorial commented 6 months ago

docker desktop on mac often errors with "proxyconnect tcp: dial tcp ...: i/o timeout"