mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Removed newline from keybase username
This commit is contained in:
parent
c68675bc4f
commit
92e75ff2cb
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user