Skip to content

Commit 54c648a

Browse files
authored
Merge pull request #816 from rust-lang/docs-rs-remove-ssl_cert_hostname-from-fastly-backend
docs-rs: remove ssl_cert_hostname from fastly backend
2 parents 7ade5aa + 26cb6bd commit 54c648a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

terraform/docs-rs/fastly.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ resource "fastly_service_compute" "docs_rs" {
3232
address = local.origin
3333
override_host = local.origin
3434

35-
use_ssl = false
36-
port = 80
37-
ssl_cert_hostname = local.origin
35+
use_ssl = false
36+
port = 80
3837
}
3938

4039
resource_link {

0 commit comments

Comments
 (0)