MichaelFack / dotnet-full-stack-example

This is a .Net full stack example, to serve as a base or source of inspiration for development.
0 stars 0 forks source link

IaC #3

Closed MichaelFack closed 3 months ago

MichaelFack commented 4 months ago

We should enable Infrastructure as Code once integrations with cloud provider is done (see https://github.com/MichaelFack/dotnet-full-stack-example/issues/2) we should create the initial infrastructure using IaC tooling.

Available tooling for picked cloud provider (aws); cloudformation, terraform.

Terraform is known and open source, usually implemented as an extension on top of CLI and can be extended with own provider, which would be hella cool to try out, so that's the provider I will use.

MichaelFack commented 3 months ago

Closed as part of https://github.com/MichaelFack/dotnet-full-stack-example/pull/13