NOTES

ADRs

  • Functionality that can be done on TerraForm not to be replicated.

    • i.e. kermit recipes

  • Functionality that can be done with S3cmd not to be replicated. But maybe something to login to s3cmd would be good. (Writting to s3cmd config)

  • Will NOT implement agency authentication

  • Will NOT implement Federated Identity support

  • will NOT import OS images, assuming an existing OBS object. This is possible from Terraform. TF supports the full cycle, including creating buckets, upload object etc.

  • Will NOT issue Terraform or Environment configs. We will use tcurl to generate Env variables. This allow us to configure terraform with empty provider blocks. (HCL needs the provider blocks to refer to the variables).