关于“使用 Terraform 创建基于内容的 HTTPS 负载均衡器”的评价
19705 条评价
I cannot finish, there is a file missing. Error: module.mig3.google_compute_instance_group_manager.default: "rolling_update_policy": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/g oogle/provider_versions.html for more details. Error: module.mig3.google_compute_instance_template.default: "network_interface.0.address": [REMOVED] Please use network_ip google2650207_student@cs-6000-devshell-vm-1decb19a-4c7f-4199-ae68-a5c2874f00bf:~/terraform-google-lb-http/examples/https-content$ ls diagram.png gceme.sh.tpl gcp-logo.svg main.tf mig.tf README.md test.sh tls.tf google2650207_student@cs-6000-devshell-vm-1decb19a-4c7f-4199-ae68-a5c2874f00bf:~/terraform-google-lb-http/examples/https-content$
Jonathan S. · 已于 over 7 years前审核
not working. a PR to solve it is waiting g to be approved https://github.com/GoogleCloudPlatform/terraform-google-managed-instance-group/pull/39
David R. · 已于 over 7 years前审核
This lab is broken... It's not up-to-date with current terraform, so you need to force a version in main.tf, e.g.: provider "google" { region = "${var.group1_region}" version = "1.18" } Also, it automatically redirects from http to https, which causes Chrome to flag the certs as invalid and not show the page...
Timothy C. · 已于 over 7 years前审核
There are errors with the provided version.
Darien M. · 已于 over 7 years前审核
Good
Bambang A. · 已于 over 7 years前审核
Maria L. · 已于 over 7 years前审核
I was not able to complete the lab due to error. <terraform plan -out=tfplan is throwing error>.
Anil N. · 已于 over 7 years前审核
utaiwut k. · 已于 over 7 years前审核
Not working, sample errors below when running terraform plan: Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies.0.health_check": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies.0.initial_delay_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Sherwin H. · 已于 over 7 years前审核
Jai C. · 已于 over 7 years前审核
Error: module.mig2.google_compute_instance_group_manager.default: "auto_healing_policies.0.initial_delay_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig2.google_compute_instance_group_manager.default: "rolling_update_policy": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. S ee https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig2.google_compute_instance_template.default: "network_interface.0.address": [REMOVED] Please use network_ip Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. S ee https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies.0.health_check": [REMOVED] This field is in beta. Use it in the the google-beta prov ider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_group_manager.default: "auto_healing_policies.0.initial_delay_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_group_manager.default: "rolling_update_policy": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. S ee https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig3.google_compute_instance_template.default: "network_interface.0.address": [REMOVED] Please use network_ip
Enrique Ysmael Jr C. · 已于 over 7 years前审核
terrafform templates not working
Marcin J. · 已于 over 7 years前审核
Marlon K. · 已于 over 7 years前审核
This lab does not work. google2482945_student@cs-6000-devshell-vm-04dda760-a651-4a6e-91a1-f0792b088f28:~/terraform-google-lb-http/examples/https-content$ terraform plan -out=tfplan Error: google_storage_object_acl.image-acl: expected predefined_acl to be one of [private bucketOwnerRead bucketOwnerFullControl projectPrivate authenticatedRead publicRead ], got publicread Error: module.mig1.google_compute_instance_group_manager.default: "auto_healing_policies": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig1.google_compute_instance_group_manager.default: "auto_healing_policies.0.health_check": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig1.google_compute_instance_group_manager.default: "auto_healing_policies.0.initial_delay_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig1.google_compute_instance_group_manager.default: "rolling_update_policy": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details. Error: module.mig1.google_compute_instance_template.default: "network_interface.0.address": [REMOVED] Please use network_ip
Mark C. · 已于 over 7 years前审核
deployment didn't work. the terraform plan could not execute due to automatic usage of google as a provider, rather than google-beta
Tyler R. · 已于 over 7 years前审核
Sarah C. · 已于 over 7 years前审核
Adam C. · 已于 over 7 years前审核
Austin W. · 已于 over 7 years前审核
Marcin K. · 已于 over 7 years前审核
Sundar R S. · 已于 over 7 years前审核
Craig M. · 已于 over 7 years前审核
Cyrille H. · 已于 over 7 years前审核
Taylor G. · 已于 over 7 years前审核
Tina P. · 已于 over 7 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。