@@ -32,7 +32,13 @@ To get more information about SslCertificate, see:
32
32
* How-to Guides
33
33
* [ Official Documentation] ( https://cloud.google.com/load-balancing/docs/ssl-certificates )
34
34
35
- ## Example Usage
35
+ <div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
36
+ <a href =" https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.jpy.wang%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=ssl_certificate_basic&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md " target =" _blank " >
37
+ <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
38
+ </a >
39
+ </div >
40
+ ## Example Usage - Ssl Certificate Basic
41
+
36
42
37
43
``` hcl
38
44
resource "google_compute_ssl_certificate" "default" {
@@ -46,6 +52,14 @@ resource "google_compute_ssl_certificate" "default" {
46
52
}
47
53
}
48
54
```
55
+ <div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
56
+ <a href =" https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.jpy.wang%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=ssl_certificate_random_provider&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md " target =" _blank " >
57
+ <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
58
+ </a >
59
+ </div >
60
+ ## Example Usage - Ssl Certificate Random Provider
61
+
62
+
49
63
``` hcl
50
64
# You may also want to control name generation explicitly:
51
65
resource "google_compute_ssl_certificate" "default" {
@@ -71,6 +85,14 @@ resource "random_id" "certificate" {
71
85
}
72
86
}
73
87
```
88
+ <div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
89
+ <a href =" https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.jpy.wang%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=ssl_certificate_target_https_proxies&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md " target =" _blank " >
90
+ <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
91
+ </a >
92
+ </div >
93
+ ## Example Usage - Ssl Certificate Target Https Proxies
94
+
95
+
74
96
``` hcl
75
97
// Using with Target HTTPS Proxies
76
98
//
0 commit comments