First draft for the blog hosting infra
parent
3c82502479
commit
d943097c90
@ -0,0 +1,8 @@
|
||||
output "id" {
|
||||
value = aws_iam_access_key.blog_upload_key.id
|
||||
sensitive = true
|
||||
}
|
||||
output "secret" {
|
||||
sensitive = true
|
||||
value = aws_iam_access_key.blog_upload_key.secret
|
||||
}
|
Loading…
Reference in New Issue