We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a6d2c commit 6bbc4f2Copy full SHA for 6bbc4f2
internal/services/storage/registration.go
@@ -113,7 +113,7 @@ func (r Registration) EphemeralResources() []func() ephemeral.EphemeralResource
113
114
func (r Registration) ListResources() []sdk.FrameworkListWrappedResource {
115
return []sdk.FrameworkListWrappedResource{
116
- StorageAccountListResource{},
117
StorageAccountCustomerManagedKeyListResource{},
+ StorageAccountListResource{},
118
}
119
0 commit comments