Output the credentials
parent
d943097c90
commit
0feb999cc8
@ -1,2 +1,3 @@
|
||||
*.tfvars
|
||||
.terraform/*
|
||||
*.tfstate*
|
||||
|
@ -1,8 +1,8 @@
|
||||
output "id" {
|
||||
value = aws_iam_access_key.blog_upload_key.id
|
||||
sensitive = true
|
||||
value = aws_iam_access_key.blog_upload_key.id
|
||||
}
|
||||
output "secret" {
|
||||
output "key" {
|
||||
sensitive = true
|
||||
value = aws_iam_access_key.blog_upload_key.secret
|
||||
}
|
||||
|
Loading…
Reference in New Issue