Skip to content

Commit

Permalink
Merge pull request #23483 from wuxu92/paloato/loc
Browse files Browse the repository at this point in the history
`azurerm_palo_alto_local_rulestack`: use `location.Normalize` in Create method
  • Loading branch information
manicminer authored Oct 10, 2023
2 parents b1fa7a4 + 54ba8e2 commit ca14f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/paloalto/local_rulestack_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (r LocalRuleStack) Create() sdk.ResourceFunc {
}

localRuleStack := localrulestacks.LocalRulestackResource{
Location: model.Location,
Location: location.Normalize(model.Location),
Properties: localrulestacks.RulestackProperties{
DefaultMode: pointer.To(localrulestacks.DefaultModeNONE),
Description: pointer.To(model.Description),
Expand Down

0 comments on commit ca14f20

Please sign in to comment.