Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
V Anastassiou committed Aug 3, 2022
1 parent d11aaba commit f91ea64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ usage: |-
Setup the account-level settings for logging and metrics for API Gateway:
```hcl
module "api_gateway_account_settgings" {
source = "cloudposse/api-gateway/aws//modules/account-settings"
module "api_gateway_account_settings" {
source = "cloudposse/api-gateway/aws/modules/account-settings"
# version = "x.x.x"
context = module.this.context
Expand Down

0 comments on commit f91ea64

Please sign in to comment.