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

评论

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 核实。