Infrastructure as Code with Terraform Rezensionen

40590 Rezensionen

ALLAMSETTY H. · Vor etwa 3 Jahre überprüft

nice

Abhay -. · Vor etwa 3 Jahre überprüft

divya s. · Vor etwa 3 Jahre überprüft

Ravikiran K. · Vor etwa 3 Jahre überprüft

Prajwal A. · Vor etwa 3 Jahre überprüft

Kheng Boon T. · Vor etwa 3 Jahre überprüft

Vikal G. · Vor etwa 3 Jahre überprüft

Nice

Abhijeet A. · Vor etwa 3 Jahre überprüft

Vikramadithya E. · Vor etwa 3 Jahre überprüft

good

CHINNAREDDEIAH K. · Vor etwa 3 Jahre überprüft

Venkatesh T. · Vor etwa 3 Jahre überprüft

Wajid Z. · Vor etwa 3 Jahre überprüft

Fany Muhammad . · Vor etwa 3 Jahre überprüft

Clériston M. · Vor etwa 3 Jahre überprüft

Sylwester L. · Vor etwa 3 Jahre überprüft

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. · Vor etwa 3 Jahre überprüft

exactly what I need to do for my real job!

Casey D. · Vor etwa 3 Jahre überprüft

Ramanjaneyulu T. · Vor etwa 3 Jahre überprüft

nischitha c. · Vor etwa 3 Jahre überprüft

Akshata H. · Vor etwa 3 Jahre überprüft

Done

SHIVKUMAR V. · Vor etwa 3 Jahre überprüft

Manasi S. · Vor etwa 3 Jahre überprüft

Rukzana R. · Vor etwa 3 Jahre überprüft

Paulo F. · Vor etwa 3 Jahre überprüft

Suraj P. · Vor etwa 3 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.