From e7a118cb709b759e8f9e726436286d9eaa8cd0a3 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 14 Mar 2017 11:42:54 +0000 Subject: [PATCH] Update note about deps of APIGateway deployment (#12671) --- .../docs/providers/aws/r/api_gateway_deployment.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/api_gateway_deployment.html.markdown b/website/source/docs/providers/aws/r/api_gateway_deployment.html.markdown index 2f95fecc1a..4ad0a59509 100644 --- a/website/source/docs/providers/aws/r/api_gateway_deployment.html.markdown +++ b/website/source/docs/providers/aws/r/api_gateway_deployment.html.markdown @@ -10,8 +10,8 @@ description: |- Provides an API Gateway Deployment. --> **Note:** Depends on having `aws_api_gateway_method` inside your rest api. To ensure this -you might need to add an explicit `depends_on` for clean runs. +-> **Note:** Depends on having `aws_api_gateway_integration` inside your rest api (which in turn depends on `aws_api_gateway_method`). To avoid race conditions +you might need to add an explicit `depends_on = ["aws_api_gateway_integration.name"]`. ## Example Usage