리뷰 Terraform을 사용하는 코드형 인프라개
리뷰 38806개
Fany Muhammad . · 거의 3년 전에 리뷰됨
Clériston M. · 거의 3년 전에 리뷰됨
Sylwester L. · 거의 3년 전에 리뷰됨
On task 4, the code in main.tf won't build the infrastructure as the 'project' is needed at the provider level or at the google_compute_instance level. I had to correct the code to add the project as follows: terraform { required_providers { google = { source = "hashicorp/google" } } } provider "google" { region = "us-central1" zone = "us-central1-c" project = "qwiklabs-gcp-01-0431e243ee0d" } resource "google_compute_instance" "terraform" { name = "terraform" machine_type = "n1-standard-1" tags = ["web", "dev"] boot_disk { initialize_params { image = "debian-cloud/debian-11" } } network_interface { network = "default" access_config { } } allow_stopping_for_update = true }
Miguel M. · 거의 3년 전에 리뷰됨
exactly what I need to do for my real job!
Casey D. · 거의 3년 전에 리뷰됨
Ramanjaneyulu T. · 거의 3년 전에 리뷰됨
nischitha c. · 거의 3년 전에 리뷰됨
Akshata H. · 거의 3년 전에 리뷰됨
Done
SHIVKUMAR V. · 거의 3년 전에 리뷰됨
Manasi S. · 거의 3년 전에 리뷰됨
Rukzana R. · 거의 3년 전에 리뷰됨
Paulo F. · 거의 3년 전에 리뷰됨
Suraj P. · 거의 3년 전에 리뷰됨
Prashant J. · 거의 3년 전에 리뷰됨
Good
Md Tarique R. · 거의 3년 전에 리뷰됨
Saritha V. · 거의 3년 전에 리뷰됨
Divya Sri M. · 거의 3년 전에 리뷰됨
Ranjith V. · 거의 3년 전에 리뷰됨
Akash J. · 거의 3년 전에 리뷰됨
Vishal C. · 거의 3년 전에 리뷰됨
Yuvraj S. · 거의 3년 전에 리뷰됨
LOKESHA N. · 거의 3년 전에 리뷰됨
supriya g. · 거의 3년 전에 리뷰됨
TELU U. · 거의 3년 전에 리뷰됨
Shilpa V. · 거의 3년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.