Skip to content

Commit

Permalink
Merge pull request #15 from stakater/new-aws-modules
Browse files Browse the repository at this point in the history
removes redirect to from s3 host
  • Loading branch information
ahsan-storm authored Nov 4, 2018
2 parents be78057 + e2ddd2c commit 889252c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/s3/public/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ resource "aws_s3_bucket" "s3_bucket_website_hosting" {
index_document = "${var.index_document}"
error_document = "${var.error_document}"
routing_rules = "${var.routing_rules}"
redirect_all_requests_to = "${var.redirect_all_requests_to}"
}
}
4 changes: 0 additions & 4 deletions modules/s3/public/host/varaibles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ variable "error_document" {

variable "routing_rules" {
default = ""
}

variable "redirect_all_requests_to" {
default = ""
}

0 comments on commit 889252c

Please sign in to comment.