Terraform を使用した Infrastructure as Code のレビュー
38774 件のレビュー
Yadav Ankit · 3年弱前にレビュー済み
KUMAR AMIT · 3年弱前にレビュー済み
KUMAR AMIT · 3年弱前にレビュー済み
Yadav Ankit · 3年弱前にレビュー済み
Nandeti Vijaya Sagar · 3年弱前にレビュー済み
Sowjanya Manthena · 3年弱前にレビュー済み
HIMASHANKAR ALLAMSETTY · 3年弱前にレビュー済み
nice
- Abhay · 3年弱前にレビュー済み
sinha divya · 3年弱前にレビュー済み
Kummari Ravikiran · 3年弱前にレビュー済み
Alegaon Prajwal · 3年弱前にレビュー済み
Teh Kheng Boon · 3年弱前にレビュー済み
Gupta Vikal · 3年弱前にレビュー済み
Nice
Anand Abhijeet · 3年弱前にレビュー済み
Edla Vikramadithya · 3年弱前にレビュー済み
good
KAVALI CHINNAREDDEIAH · 3年弱前にレビュー済み
Tangellamudi Venkatesh · 3年弱前にレビュー済み
Zahoor Wajid · 3年弱前にレビュー済み
Fahmi Kamilah Fany Muhammad · 3年弱前にレビュー済み
Michels Clériston · 3年弱前にレビュー済み
Liljegren Sylwester · 3年弱前にレビュー済み
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 }
Molina Miguel · 3年弱前にレビュー済み
exactly what I need to do for my real job!
Doerschuk Casey · 3年弱前にレビュー済み
Tirupati Ramanjaneyulu · 3年弱前にレビュー済み
challa nischitha · 3年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。