terraform tag

4 questions


1 answers
347 views
0
How to Run Terraform from a Location Other Than the Current Directory

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...

1 years ago

1 answers
351 views
0
I don't know how to look at the terraform version.

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....

1 years ago

1 answers
99 views
0
Can I add an authentication platform for applications registered with AzureAD in terraform?

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...

1 years ago

1 answers
116 views
0
Describes how Terraform describes vpc_id when passing it to subnet resources.

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.