리뷰 Terraform을 사용하는 코드형 인프라개
리뷰 38774개
Ankit Y. · 거의 3년 전에 리뷰됨
AMIT K. · 거의 3년 전에 리뷰됨
AMIT K. · 거의 3년 전에 리뷰됨
Ankit Y. · 거의 3년 전에 리뷰됨
Vijaya Sagar N. · 거의 3년 전에 리뷰됨
Manthena S. · 거의 3년 전에 리뷰됨
ALLAMSETTY H. · 거의 3년 전에 리뷰됨
nice
Abhay -. · 거의 3년 전에 리뷰됨
divya s. · 거의 3년 전에 리뷰됨
Ravikiran K. · 거의 3년 전에 리뷰됨
Prajwal A. · 거의 3년 전에 리뷰됨
Kheng Boon T. · 거의 3년 전에 리뷰됨
Vikal G. · 거의 3년 전에 리뷰됨
Nice
Abhijeet A. · 거의 3년 전에 리뷰됨
Vikramadithya E. · 거의 3년 전에 리뷰됨
good
CHINNAREDDEIAH K. · 거의 3년 전에 리뷰됨
Venkatesh T. · 거의 3년 전에 리뷰됨
Wajid Z. · 거의 3년 전에 리뷰됨
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년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.