terraform-http-backend-pass-0.1.0.1: HTTP backend to store terraform state using pass and git
Safe HaskellSafe-Inferred
LanguageHaskell2010

Terraform.HttpBackend.Pass.Api

Documentation

newtype StateCorrupt Source #

Constructors

StateCorrupt 

Fields

type GetState = "state" :> (Capture "name" Text :> UVerb 'GET '[JSON] GetResponse) Source #