Skip to content

Commit

Permalink
try background fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larsl-net authored Sep 13, 2024
1 parent 1ec31e9 commit 492fcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func resourceFlowSchemaToModel(d *schema.ResourceData) *api.FlowRequest {
Authentication: api.AuthenticationEnum(d.Get("authentication").(string)).Ptr(),
PolicyEngineMode: api.PolicyEngineMode(d.Get("policy_engine_mode").(string)).Ptr(),
Layout: api.FlowLayoutEnum(d.Get("layout").(string)).Ptr(),
Background: d.Get("background").(string),
DeniedAction: api.DeniedActionEnum(d.Get("denied_action").(string)).Ptr(),
}
return &m
Expand Down

0 comments on commit 492fcaa

Please sign in to comment.