Infrastructure as Code with Terraform Rezensionen

38774 Rezensionen

Ankit Y. · Vor fast 3 Jahre überprüft

AMIT K. · Vor fast 3 Jahre überprüft

AMIT K. · Vor fast 3 Jahre überprüft

Ankit Y. · Vor fast 3 Jahre überprüft

Vijaya Sagar N. · Vor fast 3 Jahre überprüft

Manthena S. · Vor fast 3 Jahre überprüft

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

nice

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

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

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

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

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

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

Nice

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

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

good

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

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

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

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

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

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

exactly what I need to do for my real job!

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

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

nischitha c. · Vor fast 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.