Skip to content

Commit

Permalink
Allow certificate passwords to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Nov 16, 2023
1 parent c54b1dc commit 14365f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/schema_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func getCertificateSchema() map[string]*schema.Schema {
Optional: true,
Type: schema.TypeString,
},
"password": getPasswordSchema(true),
"password": getPasswordSchema(false),
"replaced_by": {
Computed: true,
Optional: true,
Expand Down

0 comments on commit 14365f5

Please sign in to comment.