Skip to content

Commit

Permalink
Correct the simple example after changes needed due to the SMS
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Sep 20, 2017
1 parent 8afbe1b commit 2c048c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "website" {
source = "../"
source = "../../"

name = "my-first-website"
hostname = "example.com"
Expand Down
4 changes: 0 additions & 4 deletions examples/simple/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ output "s3_bucket_name" {
value = "${module.website.s3_bucket_name}"
}

output "s3_bucket_url" {
value = "${module.website.s3_bucket_url}"
}

output "cloudfront_distribution_id" {
value = "${module.website.cloudfront_distribution_id}"
}
Expand Down

0 comments on commit 2c048c0

Please sign in to comment.