Skip to content

Commit

Permalink
Merge pull request #38724 from stefanfreitag/d-aws_api_gateway_api_ke…
Browse files Browse the repository at this point in the history
…y-fix-customer-id

docs: mark customer_id as optional in api gateway api key
  • Loading branch information
ewbankkit authored Aug 7, 2024
2 parents ff612ba + f603a5a commit aeb2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_api_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_api_gateway_api_key" "example" {
This resource supports the following arguments:

* `name` - (Required) Name of the API key.
* `customer_id` - (Required) An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
* `customer_id` - (Optional) An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
* `description` - (Optional) API key description. Defaults to "Managed by Terraform".
* `enabled` - (Optional) Whether the API key can be used by callers. Defaults to `true`.
* `value` - (Optional) Value of the API key. If specified, the value must be an alphanumeric string between 20 and 128 characters. If not specified, it will be automatically generated by AWS on creation.
Expand Down

0 comments on commit aeb2a45

Please sign in to comment.