Skip to content

Commit

Permalink
chore(docs): backticks to description
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud committed Dec 4, 2023
1 parent 632dd29 commit 4f0cb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/loadbalancer/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func schemaBackendProperties() map[string]*schema.Schema {
Default: false,
},
"tls_verify": {
Description: "Enables backend servers certificate verification. Please make sure that TLS config with the certificate bundle of type authority attached to the backend or tls_use_system_ca enabled. Note: tls_verify has preference over health_check_tls_verify when tls_enabled in true.",
Description: "Enables backend servers certificate verification. Please make sure that TLS config with the certificate bundle of type authority attached to the backend or `tls_use_system_ca` enabled. Note: `tls_verify` has preference over `health_check_tls_verify` when `tls_enabled` in true.",
Type: schema.TypeBool,
Optional: true,
Default: false,
Expand Down

0 comments on commit 4f0cb2c

Please sign in to comment.