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 f91ea64 commit 782ac16Copy full SHA for 782ac16
.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,8 +108,8 @@ 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" {
112
- source = "cloudposse/api-gateway/aws//modules/account-settings"
+module "api_gateway_account_settings" {
+ source = "cloudposse/api-gateway/aws/modules/account-settings"
113
# version = "x.x.x"
114
115
context = module.this.context
0 commit comments