Skip to content

Commit 70b210b

Browse files
committed
update to submodules, update to https-gke and import of blue-green example
1 parent 35200c0 commit 70b210b

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __Table of Contents__
3737
1. [example-gke-k8s-service-lb](#example-gke-k8s-service-lb)
3838
1. [example-gke-k8s-multi-region](#example-gke-k8s-multi-region)
3939
1. [example-custom-machine-types](#example-custom-machine-types)
40+
1. [example-blue-green-mig-deployment](#example-blue-green-deployment)
4041

4142
## [example-lb](https://github.com/GoogleCloudPlatform/terraform-google-lb/tree/master/examples/basic)
4243

@@ -74,6 +75,11 @@ Modules used:
7475

7576
## [example-lb-https-gke](https://github.com/GoogleCloudPlatform/terraform-google-lb-http/tree/master/examples/https-gke)
7677

78+
[![button](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/terraform-google-lb-http&working_dir=examples/https-gke&page=shell&tutorial=README.md)
79+
80+
<a href="https://concourse-tf.gcp.solutions/teams/main/pipelines/tf-examples-lb-https-gke" target="_blank">
81+
<img src="https://concourse-tf.gcp.solutions/api/v1/teams/main/pipelines/tf-examples-lb-https-gke/badge" /></a>
82+
7783
**Figure 1.** *example-lb-https-gke diagram*
7884

7985
<img src="https://github.com/GoogleCloudPlatform/terraform-google-lb-http/raw/master/examples/https-gke/diagram.png" width="800px"></img>
@@ -210,3 +216,9 @@ Example showing how to create an L7 HTTP load balancer across multiple regional
210216
Example showing how to create custom machine types with bastion host and NAT gateway.
211217

212218
<img src="https://github.com/GoogleCloudPlatform/terraform-google-examples/raw/master/example-custom-machine-types/diagram.png" width="800px"></img>
219+
220+
## [example-blue-green-mig-deployment](https://github.com/GoogleCloudPlatform/terraform-google-managed-instance-group/tree/master/examples/blue-green)
221+
222+
[![button](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/terraform-google-managed-instance-group&working_dir=examples/blue-green&page=shell&tutorial=README.md)
223+
224+
Example showing how to perform a blue-green deployment with a managed instance group.

0 commit comments

Comments
 (0)