-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data-source/aws_api_gateway_rest_api: Prevent error with VPC Endpoint configured APIs #12825
data-source/aws_api_gateway_rest_api: Prevent error with VPC Endpoint configured APIs #12825
Conversation
… configured APIs Reference: #12350 Reference: #8223 Previously: ``` TestAccDataSourceAwsApiGatewayRestApi_EndpointConfiguration_VpcEndpointIds: testing.go:669: Step 0 error: errors during apply: Error: error setting endpoint_configuration: endpoint_configuration.0.vpc_endpoint_ids: '': source data must be an array or slice, got struct on /var/folders/w8/05f3x02n27x72g0mc2jy6_180000gp/T/tf-test660234204/main.tf line 62: (source code not available) ``` Output from acceptance testing: ``` --- PASS: TestAccDataSourceAwsApiGatewayRestApi_basic (18.71s) --- PASS: TestAccDataSourceAwsApiGatewayRestApi_EndpointConfiguration_VpcEndpointIds (151.75s) --- PASS: TestAccAWSAPIGatewayRestApi_tags (66.14s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration (89.86s) --- PASS: TestAccAWSAPIGatewayRestApi_disappears (118.54s) --- PASS: TestAccAWSAPIGatewayRestApi_api_key_source (187.17s) --- PASS: TestAccAWSAPIGatewayRestApi_openapi (239.32s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_VPCEndpoint (370.75s) --- PASS: TestAccAWSAPIGatewayRestApi_policy (459.60s) --- PASS: TestAccAWSAPIGatewayRestApi_basic (505.99s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_Private (690.91s) ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
--- PASS: TestAccAWSAPIGatewayRestApi_policy (62.75s)
--- PASS: TestAccDataSourceAwsApiGatewayRestApi_EndpointConfiguration_VpcEndpointIds (107.48s)
--- PASS: TestAccAWSAPIGatewayRestApi_tags (118.34s)
--- PASS: TestAccAWSAPIGatewayRestApi_api_key_source (126.17s)
--- PASS: TestAccDataSourceAwsApiGatewayRestApi_basic (157.04s)
--- PASS: TestAccAWSAPIGatewayRestApi_disappears (230.53s)
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_VPCEndpoint (370.42s)
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_Private (379.43s)
--- PASS: TestAccAWSAPIGatewayRestApi_openapi (430.91s)
--- PASS: TestAccAWSAPIGatewayRestApi_basic (480.52s)
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration (641.08s)
This has been released in version 2.60.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
… configured APIs (hashicorp#12825) Reference: hashicorp#12350 Reference: hashicorp#8223 Previously: ``` TestAccDataSourceAwsApiGatewayRestApi_EndpointConfiguration_VpcEndpointIds: testing.go:669: Step 0 error: errors during apply: Error: error setting endpoint_configuration: endpoint_configuration.0.vpc_endpoint_ids: '': source data must be an array or slice, got struct on /var/folders/w8/05f3x02n27x72g0mc2jy6_180000gp/T/tf-test660234204/main.tf line 62: (source code not available) ``` Output from acceptance testing: ``` --- PASS: TestAccDataSourceAwsApiGatewayRestApi_basic (18.71s) --- PASS: TestAccDataSourceAwsApiGatewayRestApi_EndpointConfiguration_VpcEndpointIds (151.75s) --- PASS: TestAccAWSAPIGatewayRestApi_tags (66.14s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration (89.86s) --- PASS: TestAccAWSAPIGatewayRestApi_disappears (118.54s) --- PASS: TestAccAWSAPIGatewayRestApi_api_key_source (187.17s) --- PASS: TestAccAWSAPIGatewayRestApi_openapi (239.32s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_VPCEndpoint (370.75s) --- PASS: TestAccAWSAPIGatewayRestApi_policy (459.60s) --- PASS: TestAccAWSAPIGatewayRestApi_basic (505.99s) --- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_Private (690.91s) ```
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Reference: #12350
Reference: #8223
Release note for CHANGELOG:
Previously:
Output from acceptance testing: