Horje
env variable for access key and secret key in terraform Code Example
env variable for access key and secret key in terraform
#Terraform env variable for provider AWS

$ export AWS_ACCESS_KEY_ID="anaccesskey"
$ export AWS_SECRET_ACCESS_KEY="asecretkey"
$ export AWS_DEFAULT_REGION="us-west-2"
$ terraform plan




Shell

Related
git command to remove file from staging area Code Example git command to remove file from staging area Code Example
npm install typeorm Code Example npm install typeorm Code Example
delete file older linux find Code Example delete file older linux find Code Example
powershell add to env path Code Example powershell add to env path Code Example
pip install ignore errors Code Example pip install ignore errors Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12