Onboard MongoDB Flex instance (#86)
* Onboard instance resource * Add options.type as required field * Implement resource unit tests * Implement data source * Implement acc tests * Adjust update acc test * Fix typo * Adjust update unit tests * Adjustments after review * Minor adjustment for uniformity * Adjustments after review
This commit is contained in:
parent
6372434e56
commit
ade77eb544
12 changed files with 2245 additions and 106 deletions
1
go.mod
1
go.mod
|
|
@ -64,6 +64,7 @@ require (
|
|||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
||||
github.com/oklog/run v1.0.0 // indirect
|
||||
github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v0.4.0
|
||||
github.com/stretchr/testify v1.8.3 // indirect
|
||||
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue