-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_api_gateway_integration: Remove deprecated request_param…
…eters_in_json argument Reference: #7678 Changes: * Remove deprecated `request_parameters_in_json` argument * Remove extraneous `resource.Retry()` usage during resource deletion * Return any error from setting `request_parameters` in Terraform state Output from acceptance testing: ``` --- PASS: TestAccAWSAPIGatewayIntegration_cache_key_parameters (13.95s) --- PASS: TestAccAWSAPIGatewayIntegration_basic (44.82s) --- PASS: TestAccAWSAPIGatewayIntegration_contentHandling (79.71s) --- PASS: TestAccAWSAPIGatewayIntegration_integrationType (703.80s) ```
- Loading branch information
Showing
2 changed files
with
20 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters