Skip to content

Commit 8a62911

Browse files
authored
Merge OiCS links into TPG Master (#2433)
1 parent 77a4497 commit 8a62911

29 files changed

+228
-29
lines changed

website/docs/r/binaryauthorization_attestor.html.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ To get more information about Attestor, see:
3232
* How-to Guides
3333
* [Official Documentation](https://cloud.google.com/binary-authorization/)
3434

35-
## Example Usage
35+
## Example Usage - Binary Authorization Attestor Basic
36+
3637

3738
```hcl
3839
resource "google_binary_authorization_attestor" "attestor" {

website/docs/r/binaryauthorization_policy.html.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ To get more information about Policy, see:
3232
* How-to Guides
3333
* [Official Documentation](https://cloud.google.com/binary-authorization/)
3434

35-
## Example Usage
35+
## Example Usage - Binary Authorization Policy Basic
36+
3637

3738
```hcl
3839
resource "google_binary_authorization_policy" "policy" {

website/docs/r/compute_address.html.markdown

+23-1
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,27 @@ To get more information about Address, see:
4343
* [Reserving a Static External IP Address](https://cloud.google.com/compute/docs/instances-and-network)
4444
* [Reserving a Static Internal IP Address](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address)
4545

46-
## Example Usage
46+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
47+
<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=address_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">
48+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
49+
</a>
50+
</div>
51+
## Example Usage - Address Basic
52+
4753

4854
```hcl
4955
resource "google_compute_address" "ip_address" {
5056
name = "my-address"
5157
}
5258
```
59+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
60+
<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=address_with_subnetwork&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank">
61+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
62+
</a>
63+
</div>
64+
## Example Usage - Address With Subnetwork
65+
66+
5367
```hcl
5468
resource "google_compute_network" "default" {
5569
name = "my-network"
@@ -70,6 +84,14 @@ resource "google_compute_address" "internal_with_subnet_and_address" {
7084
region = "us-central1"
7185
}
7286
```
87+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
88+
<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=instance_with_ip&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank">
89+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
90+
</a>
91+
</div>
92+
## Example Usage - Instance With Ip
93+
94+
7395
```hcl
7496
resource "google_compute_address" "static" {
7597
name = "ipv4-address"

website/docs/r/compute_autoscaler.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ To get more information about Autoscaler, see:
3434
* How-to Guides
3535
* [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)
3636

37-
## Example Usage
37+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
38+
<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=autoscaler_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">
39+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
40+
</a>
41+
</div>
42+
## Example Usage - Autoscaler Basic
43+
3844

3945
```hcl
4046
resource "google_compute_autoscaler" "foobar" {

website/docs/r/compute_backend_bucket.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ To get more information about BackendBucket, see:
3737
* How-to Guides
3838
* [Using a Cloud Storage bucket as a load balancer backend](https://cloud.google.com/compute/docs/load-balancing/http/backend-bucket)
3939

40-
## Example Usage
40+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
41+
<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=backend_bucket_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">
42+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
43+
</a>
44+
</div>
45+
## Example Usage - Backend Bucket Basic
46+
4147

4248
```hcl
4349
resource "google_compute_backend_bucket" "image_backend" {

website/docs/r/compute_disk.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ To get more information about Disk, see:
4949
state as plain-text.
5050
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
5151

52-
## Example Usage
52+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
53+
<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=disk_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">
54+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
55+
</a>
56+
</div>
57+
## Example Usage - Disk Basic
58+
5359

5460
```hcl
5561
resource "google_compute_disk" "default" {

website/docs/r/compute_firewall.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ To get more information about Firewall, see:
4242
* How-to Guides
4343
* [Official Documentation](https://cloud.google.com/vpc/docs/firewalls)
4444

45-
## Example Usage
45+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
46+
<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=firewall_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">
47+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
48+
</a>
49+
</div>
50+
## Example Usage - Firewall Basic
51+
4652

4753
```hcl
4854
resource "google_compute_firewall" "default" {

website/docs/r/compute_forwarding_rule.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ To get more information about ForwardingRule, see:
3232
* How-to Guides
3333
* [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules)
3434

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=forwarding_rule_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 - Forwarding Rule Basic
41+
3642

3743
```hcl
3844
resource "google_compute_forwarding_rule" "default" {

website/docs/r/compute_global_address.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ To get more information about GlobalAddress, see:
3131
* How-to Guides
3232
* [Reserving a Static External IP Address](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address)
3333

34-
## Example Usage
34+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
35+
<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=global_address_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">
36+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
37+
</a>
38+
</div>
39+
## Example Usage - Global Address Basic
40+
3541

3642
```hcl
3743
resource "google_compute_global_address" "default" {

website/docs/r/compute_health_check.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ To get more information about HealthCheck, see:
4040
* How-to Guides
4141
* [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks)
4242

43-
## Example Usage
43+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
44+
<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=health_check_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">
45+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
46+
</a>
47+
</div>
48+
## Example Usage - Health Check Basic
49+
4450

4551
```hcl
4652
resource "google_compute_health_check" "internal-health-check" {

website/docs/r/compute_http_health_check.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ To get more information about HttpHealthCheck, see:
3838
* How-to Guides
3939
* [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)
4040

41-
## Example Usage
41+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
42+
<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=http_health_check_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">
43+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
44+
</a>
45+
</div>
46+
## Example Usage - Http Health Check Basic
47+
4248

4349
```hcl
4450
resource "google_compute_http_health_check" "default" {

website/docs/r/compute_https_health_check.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ To get more information about HttpsHealthCheck, see:
3838
* How-to Guides
3939
* [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)
4040

41-
## Example Usage
41+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
42+
<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=https_health_check_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">
43+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
44+
</a>
45+
</div>
46+
## Example Usage - Https Health Check Basic
47+
4248

4349
```hcl
4450
resource "google_compute_https_health_check" "default" {

website/docs/r/compute_region_autoscaler.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ To get more information about RegionAutoscaler, see:
3434
* How-to Guides
3535
* [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)
3636

37-
## Example Usage
37+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
38+
<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=region_autoscaler_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">
39+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
40+
</a>
41+
</div>
42+
## Example Usage - Region Autoscaler Basic
43+
3844

3945
```hcl
4046
resource "google_compute_region_autoscaler" "foobar" {

website/docs/r/compute_region_disk.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ To get more information about RegionDisk, see:
4949
state as plain-text.
5050
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
5151

52-
## Example Usage
52+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
53+
<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=region_disk_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">
54+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
55+
</a>
56+
</div>
57+
## Example Usage - Region Disk Basic
58+
5359

5460
```hcl
5561
resource "google_compute_region_disk" "regiondisk" {

website/docs/r/compute_route.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ To get more information about Route, see:
5050
* How-to Guides
5151
* [Using Routes](https://cloud.google.com/vpc/docs/using-routes)
5252

53-
## Example Usage
53+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
54+
<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=route_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">
55+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
56+
</a>
57+
</div>
58+
## Example Usage - Route Basic
59+
5460

5561
```hcl
5662
resource "google_compute_route" "default" {

website/docs/r/compute_router.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ To get more information about Router, see:
3030
* How-to Guides
3131
* [Google Cloud Router](https://cloud.google.com/router/docs/)
3232

33-
## Example Usage
33+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
34+
<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=router_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">
35+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
36+
</a>
37+
</div>
38+
## Example Usage - Router Basic
39+
3440

3541
```hcl
3642
resource "google_compute_router" "foobar" {

website/docs/r/compute_ssl_certificate.html.markdown

+23-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ To get more information about SslCertificate, see:
3232
* How-to Guides
3333
* [Official Documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)
3434

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+
3642

3743
```hcl
3844
resource "google_compute_ssl_certificate" "default" {
@@ -46,6 +52,14 @@ resource "google_compute_ssl_certificate" "default" {
4652
}
4753
}
4854
```
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+
4963
```hcl
5064
# You may also want to control name generation explicitly:
5165
resource "google_compute_ssl_certificate" "default" {
@@ -71,6 +85,14 @@ resource "random_id" "certificate" {
7185
}
7286
}
7387
```
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+
7496
```hcl
7597
// Using with Target HTTPS Proxies
7698
//

website/docs/r/compute_ssl_policy.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ To get more information about SslPolicy, see:
3131
* How-to Guides
3232
* [Using SSL Policies](https://cloud.google.com/compute/docs/load-balancing/ssl-policies)
3333

34-
## Example Usage
34+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
35+
<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_policy_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">
36+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
37+
</a>
38+
</div>
39+
## Example Usage - Ssl Policy Basic
40+
3541

3642
```hcl
3743
resource "google_compute_ssl_policy" "prod-ssl-policy" {

website/docs/r/compute_subnetwork.html.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ To get more information about Subnetwork, see:
5353
* [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
5454
* [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
5555

56-
## Example Usage
56+
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
57+
<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=subnetwork_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">
58+
<img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
59+
</a>
60+
</div>
61+
## Example Usage - Subnetwork Basic
62+
5763

5864
```hcl
5965
resource "google_compute_subnetwork" "network-with-private-secondary-ip-ranges" {

0 commit comments

Comments
 (0)