4 questions
Typically, Terraform executes the following command with the location of the *.tf(main.tf) file as the current directory:terraform apply --auto-approveIs it possible to use Terraform from a location o...
I don't know how to view the terraform version.cd/usr/local/Cellar/tfenv/3.0.0/versions can see which version is now local and 3.0.0/versions contains 1.3.2.I thought the terraform version was this 3....
I registered the app in AzureAD with terraform.The source is terraform apply to register the app as follows:$cat app.tfresource azuread_application example { name = example}resource azuread_service_pr...
Prerequisites/What you want to achieveI would like to create a simple configuration of VPC and Subnet in the AWS environment with Terraform.It seems that the vpc_id created by VPC is not passed well t...
© 2024 OneMinuteCode. All rights reserved.