File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,12 @@ We highly recommend that in your code you pin the version to the exact version y
9999using so that your infrastructure remains stable, and update versions in a
100100systematic 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
108104Setup 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments