don't check SSL cert with LB monitor

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-22 11:46:36 -04:00
parent a81c348bf3
commit e22e83f276
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ resource "cloudflare_load_balancer_monitor" "main" {
interval = 60
retries = 5
timeout = 7
/* disables SSl cert check, this way we can use origin */
allow_insecure = true
}
/* WARNING: Statically done until Terraform 0.12 arrives */