Skip to content

Commit

Permalink
fix resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-webber committed Oct 11, 2023
1 parent 68f5d10 commit 13fc395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/data-platform/api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ resource "aws_api_gateway_method" "get_schema_for_data_product_table_name" {
# /data-product/{data-product-name}/table/{table-name}/schema lambda integration
resource "aws_api_gateway_integration" "get_schema_for_data_product_table_name_to_lambda" {
http_method = aws_api_gateway_method.get_schema_for_data_product_table_name.http_method
resource_id = aws_api_gateway_resource.get_schema_for_data_product_table_name.id
resource_id = aws_api_gateway_resource.schema_for_data_product_table_name.id
rest_api_id = aws_api_gateway_rest_api.data_platform.id
integration_http_method = "POST"
type = "AWS_PROXY"
Expand Down

0 comments on commit 13fc395

Please sign in to comment.