@@ -37,6 +37,7 @@ __Table of Contents__
37
37
1 . [ example-gke-k8s-service-lb] ( #example-gke-k8s-service-lb )
38
38
1 . [ example-gke-k8s-multi-region] ( #example-gke-k8s-multi-region )
39
39
1 . [ example-custom-machine-types] ( #example-custom-machine-types )
40
+ 1 . [ example-blue-green-mig-deployment] ( #example-blue-green-deployment )
40
41
41
42
## [ example-lb] ( https://github.com/GoogleCloudPlatform/terraform-google-lb/tree/master/examples/basic )
42
43
@@ -74,6 +75,11 @@ Modules used:
74
75
75
76
## [ example-lb-https-gke] ( https://github.com/GoogleCloudPlatform/terraform-google-lb-http/tree/master/examples/https-gke )
76
77
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
+
77
83
** Figure 1.** * example-lb-https-gke diagram*
78
84
79
85
<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
210
216
Example showing how to create custom machine types with bastion host and NAT gateway.
211
217
212
218
<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