Відгуки: Автоматичне розгортання інфраструктури за допомогою інструмента Terraform

251563 відгуки

Sundar N. · Відгук надано майже 3 роки тому

Ruka T. · Відгук надано майже 3 роки тому

Deva N. · Відгук надано майже 3 роки тому

Flo W. · Відгук надано майже 3 роки тому

Henk D. · Відгук надано майже 3 роки тому

Tran A. · Відгук надано майже 3 роки тому

alexey t. · Відгук надано майже 3 роки тому

Sri Harsha Teja P. · Відгук надано майже 3 роки тому

Ezra A. · Відгук надано майже 3 роки тому

Rohit S. · Відгук надано майже 3 роки тому

I got all the configuration but could not proceed

Israel O. · Відгук надано майже 3 роки тому

Sasha S. · Відгук надано майже 3 роки тому

CHALAVADI K. · Відгук надано майже 3 роки тому

Prashant O. · Відгук надано майже 3 роки тому

Felipe C. · Відгук надано майже 3 роки тому

Vishesh H. · Відгук надано майже 3 роки тому

Francesca C. · Відгук надано майже 3 роки тому

Thanks for the Lab ,

Jankie M. · Відгук надано майже 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

Monica M. · Відгук надано майже 3 роки тому

Neo L. · Відгук надано майже 3 роки тому

Jamiu T. · Відгук надано майже 3 роки тому

CuentadeEstudio G. · Відгук надано майже 3 роки тому

benjamin l. · Відгук надано майже 3 роки тому

Ardinata H. · Відгук надано майже 3 роки тому

Sandeep J. · Відгук надано майже 3 роки тому

Ми не гарантуємо, що опубліковані відгуки написали клієнти, які придбали продукти чи скористалися ними. Відгуки не перевіряються Google.