Infrastructure as Code with Terraform Reviews
38806 reviews
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
Prashant J. · Reviewed כמעט 3 שנים ago
Good
Md Tarique R. · Reviewed כמעט 3 שנים ago
Saritha V. · Reviewed כמעט 3 שנים ago
Divya Sri M. · Reviewed כמעט 3 שנים ago
Ranjith V. · Reviewed כמעט 3 שנים ago
Akash J. · Reviewed כמעט 3 שנים ago
Vishal C. · Reviewed כמעט 3 שנים ago
Yuvraj S. · Reviewed כמעט 3 שנים ago
LOKESHA N. · Reviewed כמעט 3 שנים ago
supriya g. · Reviewed כמעט 3 שנים ago
TELU U. · Reviewed כמעט 3 שנים ago
Shilpa V. · 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.