Infrastructure as Code with Terraform Rezensionen
38806 Rezensionen
Fany Muhammad . · Vor fast 3 Jahre überprüft
Clériston M. · Vor fast 3 Jahre überprüft
Sylwester L. · Vor fast 3 Jahre überprüft
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. · Vor fast 3 Jahre überprüft
exactly what I need to do for my real job!
Casey D. · Vor fast 3 Jahre überprüft
Ramanjaneyulu T. · Vor fast 3 Jahre überprüft
nischitha c. · Vor fast 3 Jahre überprüft
Akshata H. · Vor fast 3 Jahre überprüft
Done
SHIVKUMAR V. · Vor fast 3 Jahre überprüft
Manasi S. · Vor fast 3 Jahre überprüft
Rukzana R. · Vor fast 3 Jahre überprüft
Paulo F. · Vor fast 3 Jahre überprüft
Suraj P. · Vor fast 3 Jahre überprüft
Prashant J. · Vor fast 3 Jahre überprüft
Good
Md Tarique R. · Vor fast 3 Jahre überprüft
Saritha V. · Vor fast 3 Jahre überprüft
Divya Sri M. · Vor fast 3 Jahre überprüft
Ranjith V. · Vor fast 3 Jahre überprüft
Akash J. · Vor fast 3 Jahre überprüft
Vishal C. · Vor fast 3 Jahre überprüft
Yuvraj S. · Vor fast 3 Jahre überprüft
LOKESHA N. · Vor fast 3 Jahre überprüft
supriya g. · Vor fast 3 Jahre überprüft
TELU U. · Vor fast 3 Jahre überprüft
Shilpa V. · Vor fast 3 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.