Infrastructure as Code with Terraform Reviews
38774 reviews
Ankit Y. · Reviewed ما يقرب من 3 سنوات ago
AMIT K. · Reviewed ما يقرب من 3 سنوات ago
AMIT K. · Reviewed ما يقرب من 3 سنوات ago
Ankit Y. · Reviewed ما يقرب من 3 سنوات ago
Vijaya Sagar N. · Reviewed ما يقرب من 3 سنوات ago
Manthena S. · Reviewed ما يقرب من 3 سنوات ago
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
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.