Skip to content

Commit

Permalink
Fixing issue hashicorp#17042
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiyDivnych authored Jun 9, 2022
1 parent cf153a3 commit 8b40d53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ func (r WindowsFunctionAppSlotResource) Read() sdk.ResourceFunc {
Tags: tags.ToTypedObject(functionAppSlot.Tags),
Kind: utils.NormalizeNilableString(functionAppSlot.Kind),
KeyVaultReferenceIdentityID: utils.NormalizeNilableString(props.KeyVaultReferenceIdentity),
CustomDomainVerificationId: utils.NormalizeNilableString(props.CustomDomainVerificationId),
}

configResp, err := client.GetConfigurationSlot(ctx, id.ResourceGroup, id.SiteName, id.SlotName)
Expand Down

0 comments on commit 8b40d53

Please sign in to comment.