comment out smtp outputs for now

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-06 09:43:57 -04:00
parent 023d2bea60
commit ad87eca515
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@
* For details see: https://www.terraform.io/docs/providers/aws/r/iam_access_key.html
**/
output "smtp_username" {
value = "${aws_iam_access_key.smtp.id}"
}
output "smtp_password" {
value = "${aws_iam_access_key.smtp.ses_smtp_password}"
}
//output "smtp_username" {
// value = "${aws_iam_access_key.smtp.id}"
//}
//output "smtp_password" {
// value = "${aws_iam_access_key.smtp.ses_smtp_password}"
//}