Infraestrutura como código com o Terraform avaliações
38774 avaliações
Ankit Y. · Revisado há almost 3 years
AMIT K. · Revisado há almost 3 years
AMIT K. · Revisado há almost 3 years
Ankit Y. · Revisado há almost 3 years
Vijaya Sagar N. · Revisado há almost 3 years
Manthena S. · Revisado há almost 3 years
ALLAMSETTY H. · Revisado há almost 3 years
nice
Abhay -. · Revisado há almost 3 years
divya s. · Revisado há almost 3 years
Ravikiran K. · Revisado há almost 3 years
Prajwal A. · Revisado há almost 3 years
Kheng Boon T. · Revisado há almost 3 years
Vikal G. · Revisado há almost 3 years
Nice
Abhijeet A. · Revisado há almost 3 years
Vikramadithya E. · Revisado há almost 3 years
good
CHINNAREDDEIAH K. · Revisado há almost 3 years
Venkatesh T. · Revisado há almost 3 years
Wajid Z. · Revisado há almost 3 years
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
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.