You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Current version is 3.0. Upgrade guides:
117
117
| quic | Set to `true` to enable QUIC support | bool |`"false"`| no |
118
118
| security\_policy | The resource URL for the security policy to associate with the backend service | string |`"null"`| no |
119
119
| ssl | Set to `true` to enable SSL support, requires variable `ssl_certificates` - a list of self_link certs | bool |`"false"`| no |
120
-
| ssl\_certificates | SSL cert self_link list. Required if `ssl` is `true` and no `private_key` and `certificate` is provided. | list(string) |`<list>`| no |
120
+
| ssl\_certificates | SSL cert self_link list. Required if `ssl` is `true` and `use_ssl_certificates` is `true`. | list(string) |`<list>`| no |
121
121
| ssl\_policy | Selfink to SSL Policy | string |`"null"`| no |
122
122
| target\_service\_accounts | List of target service accounts for health check firewall rule. Exactly one of target_tags or target_service_accounts should be specified. | list(string) |`<list>`| no |
123
123
| target\_tags | List of target tags for health check firewall rule. Exactly one of target_tags or target_service_accounts should be specified. | list(string) |`<list>`| no |
0 commit comments