Skip to content

Commit

Permalink
accept suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: stephybun <steph@hashicorp.com>
  • Loading branch information
jackofallops and stephybun authored Jan 13, 2025
1 parent a918329 commit 8203fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/logic/logic_app_standard_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ func resourceLogicAppStandardCreate(d *pluginsdk.ResourceData, meta interface{})
if !features.FivePointOhBeta() {
// if a user is still using `site_config.public_network_access_enabled` we should be setting `public_network_access` for them
publicNetworkAccess = reconcilePNA(d)
// publicNetworkAccess = helpers.PublicNetworkAccessEnabled
if v := siteEnvelope.Properties.SiteConfig.PublicNetworkAccess; v != nil && *v == helpers.PublicNetworkAccessDisabled {
publicNetworkAccess = helpers.PublicNetworkAccessDisabled
}
Expand Down

0 comments on commit 8203fe0

Please sign in to comment.