icenet-ai / icenet-etl

Infrastructure for storing IceNet predictions and importing them into a database
MIT License
1 stars 1 forks source link

Add initial Terraform scripts #2

Closed jemrobinson closed 3 years ago

jemrobinson commented 3 years ago

Python setup script together with Terraform scripts to deploy the following infrastructure

├ rg-icenetetl-data
|  └ sticenetetldata (Storage Account)
├ rg-icenetetl-database
|  └ psql-icenetetl-database (PostgreSQL database)
├ rg-icenetetl-logging
|  └ law-icenetetl-logging (Log Analytics Workspace)
├ rg-icenetetl-secrets
|  └ kv-icenetetl-secrets (Key Vault)
└ rg-icenetetl-terraform
   └ sticenetetlterraform (Storage Account)

Closes #1