Skip to content

Commit

Permalink
Documentation fix in api_gateway_integration example - fixes hashicor…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1x committed Oct 24, 2017
1 parent fa7f424 commit f1a572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_integration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "aws_api_gateway_method" "method" {
resource "aws_api_gateway_integration" "integration" {
rest_api_id = "${aws_api_gateway_rest_api.api.id}"
resource_id = "${aws_api_gateway_rest_api.api.root_resource_id}"
resource_id = "${aws_api_gateway_resource.resource.id}"
http_method = "${aws_api_gateway_method.method.http_method}"
integration_http_method = "POST"
type = "AWS"
Expand Down

0 comments on commit f1a572e

Please sign in to comment.