关于“Infrastructure as Code with Terraform”的评价

38806 条评价

Fany Muhammad . · 已于 almost 3 years前审核

Clériston M. · 已于 almost 3 years前审核

Sylwester L. · 已于 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. · 已于 almost 3 years前审核

exactly what I need to do for my real job!

Casey D. · 已于 almost 3 years前审核

Ramanjaneyulu T. · 已于 almost 3 years前审核

nischitha c. · 已于 almost 3 years前审核

Akshata H. · 已于 almost 3 years前审核

Done

SHIVKUMAR V. · 已于 almost 3 years前审核

Manasi S. · 已于 almost 3 years前审核

Rukzana R. · 已于 almost 3 years前审核

Paulo F. · 已于 almost 3 years前审核

Suraj P. · 已于 almost 3 years前审核

Prashant J. · 已于 almost 3 years前审核

Good

Md Tarique R. · 已于 almost 3 years前审核

Saritha V. · 已于 almost 3 years前审核

Divya Sri M. · 已于 almost 3 years前审核

Ranjith V. · 已于 almost 3 years前审核

Akash J. · 已于 almost 3 years前审核

Vishal C. · 已于 almost 3 years前审核

Yuvraj S. · 已于 almost 3 years前审核

LOKESHA N. · 已于 almost 3 years前审核

supriya g. · 已于 almost 3 years前审核

TELU U. · 已于 almost 3 years前审核

Shilpa V. · 已于 almost 3 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。