Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Austin committed Feb 2, 2022
1 parent f9c3b38 commit 7f99db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_ipsec_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func resourceIBMPIIPSecPolicyCreate(ctx context.Context, d *schema.ResourceData,
encryption := d.Get(helpers.PIVPNPolicyEncryption).(string)
pfs := d.Get(helpers.PIVPNPolicyPFS).(bool)
keyLifetime := int64(d.Get(helpers.PIVPNPolicyKeyLifetime).(int))
\

lifetime := models.KeyLifetime(keyLifetime)
body := &models.IPSecPolicyCreate{
DhGroup: &dhGroup,
Expand Down

0 comments on commit 7f99db9

Please sign in to comment.