zutherb / terraform-dcos

Terraform module to bootstrap a DCOS cluster
57 stars 23 forks source link

Proposal to use profiles instead access_key/access_secret #3

Closed bogdangi closed 6 years ago

bogdangi commented 7 years ago

Hi, I want to add proposal to yse profiles enstead using access_key/access_secret. I think it makes sence if you have different cluster running on different environment. What do you think?

zot24 commented 7 years ago

Or just don't force a provider inside this module and let the people set their own when calling it.

zutherb commented 7 years ago

Hi @bogdangi, in our production and dev setup we override the aws_access_key variable with the TF_VARS see https://www.terraform.io/docs/configuration/variables.html