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