negronjl / terraform-provider-s3

A more generic S3 provider for Terraform. The objective is to have an independent S3 provider that is compatible with AWS, RGW, GCE, etc.
Apache License 2.0
13 stars 10 forks source link

s3_access_key/s3_secret_key from environment variables? #2

Closed yongzhang closed 5 years ago

yongzhang commented 5 years ago

Hi,

Any way to define s3_access_key/s3_secret_key with environment variables?

negronjl commented 5 years ago

The following link should provide some information on how to get terraform environment variables: https://www.terraform.io/docs/commands/environment-variables.html#tf_var_name

yongzhang commented 5 years ago

@negronjl Thanks.