Infrastructure as Code with Terraform Reviews
40590 reviews
ALLAMSETTY H. · Reviewed около 3 лет ago
nice
Abhay -. · Reviewed около 3 лет ago
divya s. · Reviewed около 3 лет ago
Ravikiran K. · Reviewed около 3 лет ago
Prajwal A. · Reviewed около 3 лет ago
Kheng Boon T. · Reviewed около 3 лет ago
Vikal G. · Reviewed около 3 лет ago
Nice
Abhijeet A. · Reviewed около 3 лет ago
Vikramadithya E. · Reviewed около 3 лет ago
good
CHINNAREDDEIAH K. · Reviewed около 3 лет ago
Venkatesh T. · Reviewed около 3 лет ago
Wajid Z. · Reviewed около 3 лет ago
Fany Muhammad . · Reviewed около 3 лет ago
Clériston M. · Reviewed около 3 лет ago
Sylwester L. · Reviewed около 3 лет ago
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. · Reviewed около 3 лет ago
exactly what I need to do for my real job!
Casey D. · Reviewed около 3 лет ago
Ramanjaneyulu T. · Reviewed около 3 лет ago
nischitha c. · Reviewed около 3 лет ago
Akshata H. · Reviewed около 3 лет ago
Done
SHIVKUMAR V. · Reviewed около 3 лет ago
Manasi S. · Reviewed около 3 лет ago
Rukzana R. · Reviewed около 3 лет ago
Paulo F. · Reviewed около 3 лет ago
Suraj P. · Reviewed около 3 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.