Jakub Sokołowski 16a6d1ba62
add autoscaling settings
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-26 17:02:09 -04:00

17 lines
431 B
HCL

/**
* Uncomment this if you want to extract the secret again.
* For details see: https://www.terraform.io/docs/providers/aws/r/iam_access_key.html
**/
//output "deploy_access_key" {
// value = "${aws_iam_access_key.deploy.id}"
//}
//output "deploy_secret_key" {
// value = "${aws_iam_access_key.deploy.encrypted_secret}"
//}
/**
* This can be decrypted with:
* echo $encrypted_secret | base64 --decode | keybase pgp
**/