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.