Answers for "how to create a terraform configuration file"

-1

CLI configuration File in terraform ?

Location of the CLI Configuration File:->

Windows --->
    the file must be named <terraform.rc> and placed in the relevant user's <%APPDATA%> directory.
All other systems --->
    the file must be named <.terraformrc> placed directly in the home directory of the relevant user.

Environment Variable ---> 
    <TF_CLI_CONFIG_FILE environment variable.>
Posted by: Guest on September-17-2020
-1

CLI configuration File in terraform ?

Location of the CLI Configuration File:->

Windows --->
    the file must be named <terraform.rc> and placed in the relevant user's <%APPDATA%> directory.
All other systems --->
    the file must be named <.terraformrc> placed directly in the home directory of the relevant user.

Environment Variable ---> 
    <TF_CLI_CONFIG_FILE environment variable.>
Posted by: Guest on September-17-2020

Code answers related to "how to create a terraform configuration file"

Browse Popular Code Answers by Language