Skip to content

Commit

Permalink
docs: update readme with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 31, 2023
1 parent 163f9f8 commit 5f40649
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that provide middleware for AWS CloudFront.

```hcl
module "cloudfront_middleware_at_edge" {
source = "sgtoj/cloudfront-middleware-at-edge/aws"
source = "cruxstack/cloudfront-middleware-at-edge/aws"
version = "x.x.x"
auth_service_config = {
Expand Down Expand Up @@ -45,18 +45,12 @@ module "cloudfront_middleware_at_edge" {
}
```

## Requirements

- Terraform 1.3.0 or later
- AWS provider
- Docker provider
- Docker installed and running on the machine where Terraform is executed

## Inputs

In addition to the variables documented below, this module includes several
other optional variables (e.g., `name`, `tags`, etc.) provided by the
`cloudposse/label/null` module. Please refer to the [`cloudposse/label` documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest) for more details on these variables.
`cloudposse/label/null` module. Please refer to the [`cloudposse/label` documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
for more details on these variables.

| Name | Description | Type | Default | Required |
|---------------------------|---------------------------------------------------------------------------|:------:|:-------:|:--------:|
Expand Down

0 comments on commit 5f40649

Please sign in to comment.