Skip to content

Commit

Permalink
Force new Certificate if cert data or password changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Jun 28, 2019
1 parent 50ceb4a commit 6e6485f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octopusdeploy/resource_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ func resourceCertificate() *schema.Resource {
Type: schema.TypeString,
Required: true,
Sensitive: true,
ForceNew: true,
},
"password": {
Type: schema.TypeString,
Optional: true,
Sensitive: true,
ForceNew: true,
},
"environment_ids": {
Type: schema.TypeList,
Expand Down

0 comments on commit 6e6485f

Please sign in to comment.