Skip to content

Commit

Permalink
Add Database type as field to specify on create node (#37)
Browse files Browse the repository at this point in the history
* Add database_type to node

Signed-off-by: Cari Albritton <carialbritton1@gmail.com>

* formatting

Signed-off-by: Cari Albritton <carialbritton1@gmail.com>

* update variable

Signed-off-by: Cari Albritton <carialbritton1@gmail.com>

* get latest sdk

Signed-off-by: Cari Albritton <carialbritton1@gmail.com>
  • Loading branch information
calbritt committed May 27, 2022
1 parent f31401c commit 3ecbe73
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/kaleido-io/kaleido-sdk-go v0.0.0-20220121141659-7ae803fd1e99
github.com/kaleido-io/kaleido-sdk-go v0.0.0-20220527154448-e74b3fbc26c9
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Expand Down
Loading

0 comments on commit 3ecbe73

Please sign in to comment.