hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.63k stars 9.01k forks source link

[Docs]: endpoint_configuration in API Gateway to specify how to configure endpoint_configuration [EDGE, REGIONAL, PRIVATE] #38163

Open emnedre opened 2 weeks ago

emnedre commented 2 weeks ago

Documentation Link

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_rest_api#endpoint_configuration

Description

Need to specify how to properly configure endpoint_configuration. I got the following explination from amazon q: The endpoint_configuration block in the aws_api_gateway_rest_api resource supports the following parameters: [1]

  1. types : This is a list of endpoint types to enable for the API. The valid values are:

References

No response

Would you like to implement a fix?

No

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

acwwat commented 2 weeks ago

@emnedre The documentation you referred to is for the data source that is generally used for read-only lookups. The documentation for the resource has more information about endpoint_configuration - see if that's what you are looking for.