We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb27e1f commit e1878ffCopy full SHA for e1878ff
.github/auto-release.yml
@@ -17,7 +17,6 @@ version-resolver:
17
- 'bugfix'
18
- 'bug'
19
- 'hotfix'
20
- - 'no-release'
21
default: 'minor'
22
23
categories:
README.md
@@ -108,7 +108,7 @@ The table below correctly indicates which inputs are required.
108
Setup the account-level settings for logging and metrics for API Gateway:
109
110
```hcl
111
-module "api_gateway_account_settgings" {
+module "api_gateway_account_settings" {
112
source = "cloudposse/api-gateway/aws//modules/account-settings"
113
# version = "x.x.x"
114
0 commit comments