Created
July 13, 2018 10:33
-
-
Save li0nel/3ea0c80de7329dd72083c6ab789d7c42 to your computer and use it in GitHub Desktop.
Outputs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output "cloudfront_url" { | |
value = "${module.cloudfront-image-compression.cloudfront_url}" | |
} | |
output "bucket" { | |
value = "${module.cloudfront-image-compression.bucket}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment