We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b9ba commit 19c4f95Copy full SHA for 19c4f95
deployments/pulumi/pkg/config/config.go
@@ -228,7 +228,7 @@ func (s StorageService) toInput() storage.Service {
228
}
229
230
type Storage struct {
231
- StorageSource
+ StorageSource `yaml:",inline"`
232
233
// Connectivity is the connectivity configuration for the database
234
Connectivity ConnectivityDatabase `json:"connectivity" yaml:"connectivity"`
0 commit comments