Skip to content

Commit

Permalink
with encryption resource opt
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Aug 22, 2023
1 parent bb74fd9 commit 3ed0a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (e *engine) NewResources(ctx context.Context) error {
executable.WithClient(e.client),
executable.WithLogger(e.logger),
executable.WithSkipCreation(e.config.SkipCreation),
executable.WithEncryptionKey(e.config.EncryptionKey),
executable.WithDriver(e.config.Driver),
)
if err != nil {
Expand Down

0 comments on commit 3ed0a6d

Please sign in to comment.