Infraestrutura como código com o Terraform avaliações
38806 avaliações
Fany Muhammad . · Revisado há almost 3 years
Clériston M. · Revisado há almost 3 years
Sylwester L. · Revisado há almost 3 years
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. · Revisado há almost 3 years
exactly what I need to do for my real job!
Casey D. · Revisado há almost 3 years
Ramanjaneyulu T. · Revisado há almost 3 years
nischitha c. · Revisado há almost 3 years
Akshata H. · Revisado há almost 3 years
Done
SHIVKUMAR V. · Revisado há almost 3 years
Manasi S. · Revisado há almost 3 years
Rukzana R. · Revisado há almost 3 years
Paulo F. · Revisado há almost 3 years
Suraj P. · Revisado há almost 3 years
Prashant J. · Revisado há almost 3 years
Good
Md Tarique R. · Revisado há almost 3 years
Saritha V. · Revisado há almost 3 years
Divya Sri M. · Revisado há almost 3 years
Ranjith V. · Revisado há almost 3 years
Akash J. · Revisado há almost 3 years
Vishal C. · Revisado há almost 3 years
Yuvraj S. · Revisado há almost 3 years
LOKESHA N. · Revisado há almost 3 years
supriya g. · Revisado há almost 3 years
TELU U. · Revisado há almost 3 years
Shilpa V. · Revisado há almost 3 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.