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.