Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kruse authored Feb 21, 2019
1 parent 8256a69 commit c83f140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ provider "aws" {
version = "~> 1.40"
...
}
resource "aws_route53_zone" "ctkruse" {
name = "ctkruse.com"
resource "aws_route53_zone" "ckruse" {
name = "c-kruse.com"
}
module "ctkruse" {
module "ckruse" {
source = "github.com/c-kruse/aws_s3_static_web"
// Required Arguments
hosted_zone_id = "${aws_route53_zone.ctkruse.zone_id}"
hosted_zone_id = "${aws_route53_zone.ckruse.zone_id}"
// Optional Arguments
subdomain = "*"
index_document = "myindex.html"
Expand Down

0 comments on commit c83f140

Please sign in to comment.