Infrastructure as Code with Terraform Ulasan
38806 ulasan
Fany Muhammad . · Diulas hampir 3 tahun lalu
Clériston M. · Diulas hampir 3 tahun lalu
Sylwester L. · Diulas hampir 3 tahun lalu
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. · Diulas hampir 3 tahun lalu
exactly what I need to do for my real job!
Casey D. · Diulas hampir 3 tahun lalu
Ramanjaneyulu T. · Diulas hampir 3 tahun lalu
nischitha c. · Diulas hampir 3 tahun lalu
Akshata H. · Diulas hampir 3 tahun lalu
Done
SHIVKUMAR V. · Diulas hampir 3 tahun lalu
Manasi S. · Diulas hampir 3 tahun lalu
Rukzana R. · Diulas hampir 3 tahun lalu
Paulo F. · Diulas hampir 3 tahun lalu
Suraj P. · Diulas hampir 3 tahun lalu
Prashant J. · Diulas hampir 3 tahun lalu
Good
Md Tarique R. · Diulas hampir 3 tahun lalu
Saritha V. · Diulas hampir 3 tahun lalu
Divya Sri M. · Diulas hampir 3 tahun lalu
Ranjith V. · Diulas hampir 3 tahun lalu
Akash J. · Diulas hampir 3 tahun lalu
Vishal C. · Diulas hampir 3 tahun lalu
Yuvraj S. · Diulas hampir 3 tahun lalu
LOKESHA N. · Diulas hampir 3 tahun lalu
supriya g. · Diulas hampir 3 tahun lalu
TELU U. · Diulas hampir 3 tahun lalu
Shilpa V. · Diulas hampir 3 tahun lalu
Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.