Opiniones sobre Infraestructura como código con Terraform

38774 opiniones

Ankit Y. · Se revisó hace casi 3 años

AMIT K. · Se revisó hace casi 3 años

AMIT K. · Se revisó hace casi 3 años

Ankit Y. · Se revisó hace casi 3 años

Vijaya Sagar N. · Se revisó hace casi 3 años

Manthena S. · Se revisó hace casi 3 años

ALLAMSETTY H. · Se revisó hace casi 3 años

nice

Abhay -. · Se revisó hace casi 3 años

divya s. · Se revisó hace casi 3 años

Ravikiran K. · Se revisó hace casi 3 años

Prajwal A. · Se revisó hace casi 3 años

Kheng Boon T. · Se revisó hace casi 3 años

Vikal G. · Se revisó hace casi 3 años

Nice

Abhijeet A. · Se revisó hace casi 3 años

Vikramadithya E. · Se revisó hace casi 3 años

good

CHINNAREDDEIAH K. · Se revisó hace casi 3 años

Venkatesh T. · Se revisó hace casi 3 años

Wajid Z. · Se revisó hace casi 3 años

Fany Muhammad . · Se revisó hace casi 3 años

Clériston M. · Se revisó hace casi 3 años

Sylwester L. · Se revisó hace casi 3 años

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. · Se revisó hace casi 3 años

exactly what I need to do for my real job!

Casey D. · Se revisó hace casi 3 años

Ramanjaneyulu T. · Se revisó hace casi 3 años

nischitha c. · Se revisó hace casi 3 años

No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.