Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkav committed Mar 19, 2022
1 parent 6f46512 commit cc1a89f
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 @@ -44,7 +44,7 @@ provider "aws" {
module "aws_static_website" {
source = "github.com/tkav/terraform-aws-static-website"
website-domain-main = "example.com"
website_domain_main = "example.com"
}
```

Expand Down Expand Up @@ -77,7 +77,7 @@ For that reason, the module includes an aliased provider definition to create su

| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-------:|:--------:|
| website-domain-main | Domain for the website (e.g., `example.com`) | string | - | yes |
| website_domain_main | Domain for the website (e.g., `example.com`) | string | - | yes |

## Outputs

Expand Down

0 comments on commit cc1a89f

Please sign in to comment.