Automatiser le déploiement d'infrastructure avec Terraform avis
251563 avis
Sundar N. · Examiné il y a presque 3 ans
Ruka T. · Examiné il y a presque 3 ans
Deva N. · Examiné il y a presque 3 ans
Flo W. · Examiné il y a presque 3 ans
Henk D. · Examiné il y a presque 3 ans
Tran A. · Examiné il y a presque 3 ans
alexey t. · Examiné il y a presque 3 ans
Sri Harsha Teja P. · Examiné il y a presque 3 ans
Ezra A. · Examiné il y a presque 3 ans
Rohit S. · Examiné il y a presque 3 ans
I got all the configuration but could not proceed
Israel O. · Examiné il y a presque 3 ans
Sasha S. · Examiné il y a presque 3 ans
CHALAVADI K. · Examiné il y a presque 3 ans
Prashant O. · Examiné il y a presque 3 ans
Felipe C. · Examiné il y a presque 3 ans
Vishesh H. · Examiné il y a presque 3 ans
Francesca C. · Examiné il y a presque 3 ans
Thanks for the Lab ,
Jankie M. · Examiné il y a presque 3 ans
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. · Examiné il y a presque 3 ans
Neo L. · Examiné il y a presque 3 ans
Jamiu T. · Examiné il y a presque 3 ans
CuentadeEstudio G. · Examiné il y a presque 3 ans
benjamin l. · Examiné il y a presque 3 ans
Ardinata H. · Examiné il y a presque 3 ans
Sandeep J. · Examiné il y a presque 3 ans
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.