[Version 2 Release] resource/aws_api_gateway_integration: Remove deprecated request_parameters_in_json argument #7678
Labels
service/apigateway
Issues and PRs that pertain to the apigateway service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Description
Tracking issue for: https://www.terraform.io/docs/providers/aws/guides/version-2-upgrade.html#resource-aws_api_gateway_integration
request_parameters_in_json Argument Removal
Switch your Terraform configuration to the
request_parameters
argument instead.For example, given this previous configuration:
An updated configuration:
The text was updated successfully, but these errors were encountered: