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

38774 条评价

Ankit Y. · 已于 almost 3 years前审核

AMIT K. · 已于 almost 3 years前审核

AMIT K. · 已于 almost 3 years前审核

Ankit Y. · 已于 almost 3 years前审核

Vijaya Sagar N. · 已于 almost 3 years前审核

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

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

nice

Abhay -. · 已于 almost 3 years前审核

divya s. · 已于 almost 3 years前审核

Ravikiran K. · 已于 almost 3 years前审核

Prajwal A. · 已于 almost 3 years前审核

Kheng Boon T. · 已于 almost 3 years前审核

Vikal G. · 已于 almost 3 years前审核

Nice

Abhijeet A. · 已于 almost 3 years前审核

Vikramadithya E. · 已于 almost 3 years前审核

good

CHINNAREDDEIAH K. · 已于 almost 3 years前审核

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

Wajid Z. · 已于 almost 3 years前审核

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前审核

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