Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
favoretti committed Mar 14, 2024
1 parent 41b1134 commit 689306c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/services/storage/storage_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -1370,15 +1370,8 @@ func resourceStorageAccountCreate(d *pluginsdk.ResourceData, meta interface{}) e
AllowCrossTenantReplication: &crossTenantReplication,
SasPolicy: expandStorageAccountSASPolicy(d.Get("sas_policy").([]interface{})),
IsSftpEnabled: &isSftpEnabled,
<<<<<<< HEAD
<<<<<<< HEAD
IsLocalUserEnabled: pointer.To(d.Get("local_user_enabled").(bool)),
=======
DNSEndpointType: dnsEndpointType,
>>>>>>> 44760707ba (WIP: `azurerm_storage_account`: Add support for `AzureDNSZone`)
=======
DNSEndpointType: storage.DNSEndpointType(dnsEndpointType),
>>>>>>> 1b5e523f0c (Rename property, add docs)
},
}

Expand Down

0 comments on commit 689306c

Please sign in to comment.