/terraform-plugin-sdk-dotnet

[WIP] NuGet Library for writing terraform provisioners and providers

Primary LanguageC#

Define Terraform Plugins in .NET

Similar to the GO SDK Project but for .NET

Interface (GPRC)

See Readme in the protobuf folder.

Current State of the project

WHY?

Allow extensions of Terraform written in .NET languages (C#, F#). The goal is to have a similar API to the official docs. This allows us to reuse existing docs and to write providers and provisioners in C#.

Changes to official APIs

  • Some deprecated members are missing