Skip to content

Commit 782ac16

Browse files
committed
Auto Format
1 parent f91ea64 commit 782ac16

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/auto-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ version-resolver:
1717
- 'bugfix'
1818
- 'bug'
1919
- 'hotfix'
20-
- 'no-release'
2120
default: 'minor'
2221

2322
categories:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ The table below correctly indicates which inputs are required.
108108
Setup the account-level settings for logging and metrics for API Gateway:
109109

110110
```hcl
111-
module "api_gateway_account_settgings" {
112-
source = "cloudposse/api-gateway/aws//modules/account-settings"
111+
module "api_gateway_account_settings" {
112+
source = "cloudposse/api-gateway/aws/modules/account-settings"
113113
# version = "x.x.x"
114114
115115
context = module.this.context

0 commit comments

Comments
 (0)