Skip to content

Commit

Permalink
Merge pull request #53 from ericksoen/update-target-server-docs
Browse files Browse the repository at this point in the history
docs: update target server docs to use string data type for SSL boolean properties
  • Loading branch information
zambien authored Jan 11, 2020
2 parents 8a48085 + 6fb4198 commit f5c6185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ resource "apigee_target_server" "helloworld_target_server_testing" {
port = 8080
ssl_info {
ssl_enabled = false
client_auth_enabled = false
ssl_enabled = "false"
client_auth_enabled = "false"
key_store = ""
trust_store = ""
key_alias = ""
Expand Down

0 comments on commit f5c6185

Please sign in to comment.