Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make depends_on consistent with note (#2526)
At the top of the page the note says that the `aws_api_gateway_deployment` resource should include a `depends_on` for the `aws_api_gateway_integration.name` resource, yet the example depends on the `aws_api_gateway_method.MyDemoMethod` resource, which doesn't seem to fix the race condition.
- Loading branch information