Terraform を使用したインフラストラクチャのデプロイの自動化 のレビュー

251564 件のレビュー

Gothe Akshata · 3年弱前にレビュー済み

Neelakantan Sundar · 3年弱前にレビュー済み

Tsoi Ruka · 3年弱前にレビュー済み

Nand Deva · 3年弱前にレビュー済み

Wirtz Flo · 3年弱前にレビュー済み

Drost Henk · 3年弱前にレビュー済み

Anh Dung Tran · 3年弱前にレビュー済み

tepliakov alexey · 3年弱前にレビュー済み

Pulluru Sri Harsha Teja · 3年弱前にレビュー済み

Agbo Ezra · 3年弱前にレビュー済み

Sunil Rohit · 3年弱前にレビュー済み

I got all the configuration but could not proceed

Olanrewaju Israel · 3年弱前にレビュー済み

Swan Sasha · 3年弱前にレビュー済み

K V S S PAVAN ADITYA CHALAVADI · 3年弱前にレビュー済み

Ombale Prashant · 3年弱前にレビュー済み

Cotting Felipe · 3年弱前にレビュー済み

Hadimane Vishesh · 3年弱前にレビュー済み

Cervone Francesca · 3年弱前にレビュー済み

Thanks for the Lab ,

Madonsela Jankie · 3年弱前にレビュー済み

I was getting the following errors . Not sure why as I was following the directions exactly student_01_dea4c2f52061@cloudshell:~ (qwiklabs-gcp-01-f11c54b4d529)$ terraform --version Terraform v1.5.6 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.5.7. You can update by downloading from https://www.terraform.io/downloads.html student_01_dea4c2f52061@cloudshell:~ (qwiklabs-gcp-01-f11c54b4d529)$ mkdir tfinfra Welcome to Cloud Shell! Type "help" to get started. Your Cloud Platform project in this session is set to qwiklabs-gcp-01-f11c54b4d529. Use “gcloud config set project [PROJECT_ID]” to change to a different project. student_01_dea4c2f52061@cloudshell:~ (qwiklabs-gcp-01-f11c54b4d529)$ terraform --version Terraform v1.5.6 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.5.7. You can update by downloading from https://www.terraform.io/downloads.html student_01_dea4c2f52061@cloudshell:~ (qwiklabs-gcp-01-f11c54b4d529)$ mkdir tfinfra student_01_dea4c2f52061@cloudshell:~ (qwiklabs-gcp-01-f11c54b4d529)$ cd tfinfra terraform init Initializing the backend... Initializing provider plugins... - Finding latest version of hashicorp/google... - Installing hashicorp/google v4.83.0... - Installed hashicorp/google v4.83.0 (signed by HashiCorp) Terraform has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that Terraform can guarantee to make the same selections by default when you run "terraform init" in the future. Terraform has been successfully initialized! You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform fmt mynetwork.tf student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform init Initializing the backend... Initializing modules... - mynet-eu-vm in - mynet-us-vm in ╷ │ Error: Unreadable module directory │ │ Unable to evaluate directory symlink: lstat instance: no such file or directory ╵ ╷ │ Error: Unreadable module directory │ │ The directory could not be read for module "mynet-eu-vm" at mynetwork.tf:29. ╵ ╷ │ Error: Unreadable module directory │ │ Unable to evaluate directory symlink: lstat instance: no such file or directory ╵ ╷ │ Error: Unreadable module directory │ │ The directory could not be read for module "mynet-us-vm" at mynetwork.tf:22. ╵ student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform init Initializing the backend... Initializing modules... - mynet-eu-vm in - mynet-us-vm in ╷ │ Error: Unreadable module directory │ │ Unable to evaluate directory symlink: lstat instance: no such file or directory ╵ ╷ │ Error: Unreadable module directory │ │ The directory could not be read for module "mynet-eu-vm" at mynetwork.tf:29. ╵ ╷ │ Error: Unreadable module directory │ │ Unable to evaluate directory symlink: lstat instance: no such file or directory ╵ ╷ │ Error: Unreadable module directory │ │ The directory could not be read for module "mynet-us-vm" at mynetwork.tf:22. ╵ student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform fmt student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform init Terraform initialized in an empty directory! The directory has no Terraform configuration files. You may begin working with Terraform immediately by creating Terraform configuration files. student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform fmt student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform init Terraform initialized in an empty directory! The directory has no Terraform configuration files. You may begin working with Terraform immediately by creating Terraform configuration files. student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform fmt student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ terraform init Terraform initialized in an empty directory! The directory has no Terraform configuration files. You may begin working with Terraform immediately by creating Terraform configuration files. student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ ^C student_01_dea4c2f52061@cloudshell:~/tfinfra (qwiklabs-gcp-01-f11c54b4d529)$ tfinfra fmt -bash: tfinfra: command not found

Mensah Monica · 3年弱前にレビュー済み

Lin Neo · 3年弱前にレビュー済み

Tijani Jamiu · 3年弱前にレビュー済み

GOOGLEUSER CuentadeEstudio · 3年弱前にレビュー済み

liga noug benjamin · 3年弱前にレビュー済み

Hari Saputra Ardinata · 3年弱前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。