Skip to content

Commit 55dce83

Browse files
vanastassiouvanastassiou-slalomcloudpossebot
authored
Fix typo in example (#19)
Co-authored-by: V Anastassiou <vicky.anastassiou@slalom.com> Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
1 parent 8ff6072 commit 55dce83

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,12 @@ We highly recommend that in your code you pin the version to the exact version y
9999
using so that your infrastructure remains stable, and update versions in a
100100
systematic way so that they do not catch you by surprise.
101101

102-
Also, because of a bug in the Terraform registry ([hashicorp/terraform#21417](https://github.com/hashicorp/terraform/issues/21417)),
103-
the registry shows many of our inputs as required when in fact they are optional.
104-
The table below correctly indicates which inputs are required.
105-
106102

107103

108104
Setup the account-level settings for logging and metrics for API Gateway:
109105

110106
```hcl
111-
module "api_gateway_account_settgings" {
107+
module "api_gateway_account_settings" {
112108
source = "cloudposse/api-gateway/aws//modules/account-settings"
113109
# version = "x.x.x"
114110

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ usage: |-
9494
Setup the account-level settings for logging and metrics for API Gateway:
9595
9696
```hcl
97-
module "api_gateway_account_settgings" {
97+
module "api_gateway_account_settings" {
9898
source = "cloudposse/api-gateway/aws//modules/account-settings"
9999
# version = "x.x.x"
100100

0 commit comments

Comments
 (0)