Skip to content

Commit cd59eaf

Browse files
mbfrahrytombuildsstuff
authored andcommitted
Fix struct issue
1 parent 4709fd3 commit cd59eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/datalake/data_lake_store_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func expandDataLakeStoreIdentity(input []interface{}) *identity.SystemAssignedId
306306
v := input[0].(map[string]interface{})
307307

308308
return &identity.SystemAssignedIdentity{
309-
Type: accounts.EncryptionConfigType(v["type"].(string)),
309+
Type: identity.Type(v["type"].(string)),
310310
}
311311
}
312312

0 commit comments

Comments
 (0)