File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
terraform-unity-sps-airflow
terraform-unity-sps-ogc-processes-api Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -592,6 +592,7 @@ resource "aws_api_gateway_integration" "rest_api_integration_for_airflow_api" {
592592 content_handling = " CONVERT_TO_TEXT"
593593 connection_type = " VPC_LINK"
594594 connection_id = data. aws_api_gateway_vpc_link . rest_api_unity_vpc_link . id
595+ request_parameters = aws_api_gateway_method. rest_api_method_for_airflow_proxy_method . request_parameters
595596
596597 depends_on = [data . aws_api_gateway_vpc_link . rest_api_unity_vpc_link ]
597598}
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ resource "aws_api_gateway_integration" "rest_api_integration_for_ogc_api" {
366366 content_handling = " CONVERT_TO_TEXT"
367367 connection_type = " VPC_LINK"
368368 connection_id = data. aws_api_gateway_vpc_link . rest_api_unity_vpc_link . id
369+ request_parameters = aws_api_gateway_method. rest_api_method_for_ogc_proxy_method . request_parameters
369370
370371 depends_on = [data . aws_api_gateway_vpc_link . rest_api_unity_vpc_link ]
371372}
You can’t perform that action at this time.
0 commit comments