Skip to content

Bidirectional transformations between dgo.Value and cty.Value

License

Notifications You must be signed in to change notification settings

lyraproj/dgocty

Repository files navigation

dgocty (Transform Dgo to Cty and back)

This module provides conversion routines to convert Dgo values into Cty values and vice versa.

Among other things, the cty values are used by Terraform to represent configurations and states.

Using dgocty as a library

To use dgo, first install the latest version of the library:

go get github.com/lyraproj/dgocty