Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created June 5, 2018 10:24
Show Gist options
  • Save li0nel/28503091849fc910e82cf28e1d9d62be to your computer and use it in GitHub Desktop.
Save li0nel/28503091849fc910e82cf28e1d9d62be to your computer and use it in GitHub Desktop.
output "aws_codecommit_repository_url" {
value = "${module.single-page-application.aws_codecommit_repository_url}"
}
output "s3_bucket_website" {
value = "${module.single-page-application.s3_bucket_website}"
}
output "cloudfront_domain_name" {
value = "${module.single-page-application.cloudfront_domain_name}"
}
output "cloudfront_alias_domain_name" {
value = "${module.single-page-application.cloudfront_alias_domain_name}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment