Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/aws/vpc: Drop aws_route_table data blocks
These were added in f828666 (modules/vpc: support re-apply of terraform when AZ number changes, 2018-03-12, coreos/tectonic-installer#3092), and never seem to have had a consumer. Removing them should fix occasional flakes like [1]: level=error msg="Error: Error applying plan:\n\n1 error(s) occurred:\n\n* module.vpc.data.aws_route_table.worker[1]: data.aws_route_table.worker.1: Your query returned no results. Please change your search criteria and try again.\n\nTerraform does not automatically rollback in the face of errors.\nInstead, your Terraform state file has been partially updated with\nany resources that successfully completed. Please address the error\nabove and apply again to incrementally change your infrastructure." I've also removed the data.aws_subnet blocks, whose last consumers were removed in f828666. [1]: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_installer/737/pull-ci-openshift-installer-master-e2e-aws/1789/build-log.txt
- Loading branch information