Merge pull request #13337 from hashicorp/p-aws-iam-keybase-test

Removed newline from keybase username
This commit is contained in:
Matthew Frahry 2017-04-04 09:55:39 -06:00 committed by GitHub
commit c3175a556f
1 changed files with 1 additions and 2 deletions

View File

@ -242,8 +242,7 @@ resource "aws_iam_access_key" "user" {
resource "aws_iam_user_login_profile" "user" {
user = "${aws_iam_user.user.name}"
pgp_key = <<EOF
%s
EOF
%sEOF
}
`, r, p, key)
}