Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type RunCommandOutput ¶
type RunCommandOutput struct {
Ok int64 `bson:"ok" validate:"required"`
}
type UsersInfo ¶
type UsersInfo struct { Ok int64 `bson:"ok" validate:"required"` UsersInfoUsers `bson:",inline"` }
Mongo usersInfo output Result struct
type UsersInfoUserConfig ¶
type UsersInfoUserConfig struct {
User string `bson:"user" validate:"required"`
}
type UsersInfoUsers ¶
type UsersInfoUsers struct {
Users []UsersInfoUserConfig `bson:"users" validate:"required"`
}
Click to show internal directories.
Click to hide internal directories.