Skip to content

Commit

Permalink
r/key_vault_certificate: removing non-working ConflictsWith
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jun 26, 2020
1 parent 036c3f4 commit e5162f6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,11 @@ func resourceArmKeyVaultCertificate() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
ForceNew: true,
ConflictsWith: []string{
"certificate_policy.0.lifetime_action.0.trigger.0.lifetime_percentage",
},
},
"lifetime_percentage": {
Type: schema.TypeInt,
Optional: true,
ForceNew: true,
ConflictsWith: []string{
"certificate_policy.0.lifetime_action.0.trigger.0.days_before_expiry",
},
},
},
},
Expand Down

0 comments on commit e5162f6

Please sign in to comment.