Skip to content

Commit

Permalink
Fix markdown (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Sep 21, 2017
1 parent 0781c56 commit ed32f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terraform Module for Creating S3 backed Websites
## Usage

#### Create s3 website bucket
```terraform
```hcl
module "website" {
source = "git::https://github.com/cloudposse/terraform-aws-s3-website.git?ref=master"
namespace = "${var.namespace}"
Expand All @@ -23,7 +23,7 @@ module "website" {

* Required one of the `parent_zone_id` or `parent_zone_name`

```terraform
```hcl
module "website_with_cname" {
source = "git::https://github.com/cloudposse/terraform-aws-s3-website.git?ref=master"
namespace = "${var.namespace}"
Expand Down

0 comments on commit ed32f43

Please sign in to comment.