From 6a6dd0488d1a09347dcc24791325b40464d6e34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Michelberger?= Date: Mon, 24 Jul 2017 10:44:51 +0200 Subject: [PATCH] Update README with setting AWS profiles [ci skip] --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d4bba50..6f7e7c3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,15 @@ resource "aws_db_instance" "postgres" { AWS credentials are not directly set. Use one of the methods discussed [here][awscred]. +You can set a specific profile to use: + +```hcl +provider "credstash" { + region = "us-east-1" + profile = "my-profile" +} +``` + ## Dependencies For vendoring [govendor][govendor] is used.