Skip to content

Commit 5f40649

Browse files
committed
docs: update readme with latest changes
1 parent 163f9f8 commit 5f40649

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that provide middleware for AWS CloudFront.
1616

1717
```hcl
1818
module "cloudfront_middleware_at_edge" {
19-
source = "sgtoj/cloudfront-middleware-at-edge/aws"
19+
source = "cruxstack/cloudfront-middleware-at-edge/aws"
2020
version = "x.x.x"
2121
2222
auth_service_config = {
@@ -45,18 +45,12 @@ module "cloudfront_middleware_at_edge" {
4545
}
4646
```
4747

48-
## Requirements
49-
50-
- Terraform 1.3.0 or later
51-
- AWS provider
52-
- Docker provider
53-
- Docker installed and running on the machine where Terraform is executed
54-
5548
## Inputs
5649

5750
In addition to the variables documented below, this module includes several
5851
other optional variables (e.g., `name`, `tags`, etc.) provided by the
59-
`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.
52+
`cloudposse/label/null` module. Please refer to the [`cloudposse/label` documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
53+
for more details on these variables.
6054

6155
| Name | Description | Type | Default | Required |
6256
|---------------------------|---------------------------------------------------------------------------|:------:|:-------:|:--------:|

0 commit comments

Comments
 (0)