Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When testing and verifying that the imported state matches the applied state, we're seeing some resources report that the number of elements in the `timeouts` map don't match between the two states. Apparently, any timeouts set in the config are added to state during _import_, but aren't during a regular apply. To avoid returning this incorrectly as a diff, we're just not going to verify that.
- Loading branch information