Skip to content

Commit

Permalink
Fix typo in example (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: V Anastassiou <vicky.anastassiou@slalom.com>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent 8ff6072 commit 55dce83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,12 @@ We highly recommend that in your code you pin the version to the exact version y
using so that your infrastructure remains stable, and update versions in a
systematic way so that they do not catch you by surprise.

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



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

```hcl
module "api_gateway_account_settgings" {
module "api_gateway_account_settings" {
source = "cloudposse/api-gateway/aws//modules/account-settings"
# version = "x.x.x"
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ usage: |-
Setup the account-level settings for logging and metrics for API Gateway:
```hcl
module "api_gateway_account_settgings" {
module "api_gateway_account_settings" {
source = "cloudposse/api-gateway/aws//modules/account-settings"
# version = "x.x.x"
Expand Down

0 comments on commit 55dce83

Please sign in to comment.