Terraform を使用した Infrastructure as Code のレビュー
38806 件のレビュー
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年弱前にレビュー済み
Hiremath Akshata · 3年弱前にレビュー済み
Done
VANGARI SHIVKUMAR · 3年弱前にレビュー済み
Shetty Manasi · 3年弱前にレビュー済み
Rasheed Rukzana · 3年弱前にレビュー済み
França Paulo · 3年弱前にレビュー済み
Panigrahi Suraj · 3年弱前にレビュー済み
Jamdar Prashant · 3年弱前にレビュー済み
Good
Raza Md Tarique · 3年弱前にレビュー済み
Vemula Saritha · 3年弱前にレビュー済み
Medapati Divya Sri · 3年弱前にレビュー済み
V Ranjith · 3年弱前にレビュー済み
Jain Akash · 3年弱前にレビュー済み
Chanchal Vishal · 3年弱前にレビュー済み
Singh Yuvraj · 3年弱前にレビュー済み
N LOKESHA · 3年弱前にレビュー済み
garg supriya · 3年弱前にレビュー済み
UPENDRA TELU · 3年弱前にレビュー済み
Vinayaka Shilpa · 3年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。