리뷰 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. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
There are errors with the provided version.
Darien M. · 7년 초과 전에 리뷰됨
Good
Bambang A. · 7년 초과 전에 리뷰됨
Maria L. · 7년 초과 전에 리뷰됨
I was not able to complete the lab due to error. <terraform plan -out=tfplan is throwing error>.
Anil N. · 7년 초과 전에 리뷰됨
utaiwut k. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
Jai C. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
terrafform templates not working
Marcin J. · 7년 초과 전에 리뷰됨
Marlon K. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
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. · 7년 초과 전에 리뷰됨
Sarah C. · 7년 초과 전에 리뷰됨
Adam C. · 7년 초과 전에 리뷰됨
Austin W. · 7년 초과 전에 리뷰됨
Marcin K. · 7년 초과 전에 리뷰됨
Sundar R S. · 7년 초과 전에 리뷰됨
Craig M. · 7년 초과 전에 리뷰됨
Cyrille H. · 7년 초과 전에 리뷰됨
Taylor G. · 7년 초과 전에 리뷰됨
Tina P. · 7년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.