Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
356 stars 113 forks source link

Terraform support #332

Closed DavidDury closed 6 months ago

DavidDury commented 1 year ago

Just a quick question, are there any plans for terraform infra support?

KSchlobohm commented 1 year ago

We include Terraform support with the Java reference sample that covers the same approach and recommendations applied in this content. - https://github.com/Azure/reliable-web-app-pattern-java/tree/main/terraform

No plans to add terraform to the .NET sample in the near future.