Skip to content

Commit

Permalink
Bugfix: wrong KeyType referenced (#25046)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Van Nijen <Seth.VanNijen@argenta.be>
  • Loading branch information
aiiamnot and Seth Van Nijen committed Mar 4, 2024
1 parent ca93b28 commit acbe986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/storage/storage_account_resource.go
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 acbe986

Please sign in to comment.