Skip to content

Commit

Permalink
Bugfix: wrong KeyType referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Van Nijen authored and Seth Van Nijen committed Feb 27, 2024
1 parent bb78dcf commit eee4039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/storage/storage_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ func resourceStorageAccountCreate(d *pluginsdk.ResourceData, meta interface{}) e
KeyType: storage.KeyType(queueEncryptionKeyType),
}
encryption.Services.Table = &storage.EncryptionService{
KeyType: storage.KeyType(queueEncryptionKeyType),
KeyType: storage.KeyType(tableEncryptionKeyType),
}
}

Expand Down

0 comments on commit eee4039

Please sign in to comment.