Update note about deps of APIGateway deployment (#12671)

pull/12675/head
Radek Simko 9 years ago committed by GitHub
parent 1994b1111d
commit e7a118cb70

@ -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

Loading…
Cancel
Save