Opiniones sobre Infraestructura como código con Terraform

38806 opiniones

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

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

Done

SHIVKUMAR V. · Se revisó hace casi 3 años

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

Rukzana R. · Se revisó hace casi 3 años

Paulo F. · Se revisó hace casi 3 años

Suraj P. · Se revisó hace casi 3 años

Prashant J. · Se revisó hace casi 3 años

Good

Md Tarique R. · Se revisó hace casi 3 años

Saritha V. · Se revisó hace casi 3 años

Divya Sri M. · Se revisó hace casi 3 años

Ranjith V. · Se revisó hace casi 3 años

Akash J. · Se revisó hace casi 3 años

Vishal C. · Se revisó hace casi 3 años

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

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

supriya g. · Se revisó hace casi 3 años

TELU U. · Se revisó hace casi 3 años

Shilpa V. · 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.