Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Terraform CLI configuration file (.terraformrc) located in mac OS?

The official documentation of terraform mentions that:

enter image description here

But couldn't find it in my mac.

Macbook version : macOS Big Sur version 11.6.2

Terraform doc : https://www.terraform.io/cli/config/config-file

like image 788
ashishpm Avatar asked Oct 19 '25 10:10

ashishpm


1 Answers

You can not find it because by default this file does not exist. You can place it in your home folder:

cd ~
touch .terraformrc

Or you can place it elsewhere and specify the location for it using TF_CLI_CONFIG_FILE environment variable.

like image 171
Ervin Szilagyi Avatar answered Oct 22 '25 04:10

Ervin Szilagyi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!