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

评论

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