mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 13:18:30 +00:00
* Include information about imports in PlanSuccessStats Terraform 1.5 introduced a feature to import existing resources into state via code. https://developer.hashicorp.com/terraform/language/import When you run `terraform plan` with imports, the output includes information about the imported resources, which breaks the current regex for parsing plan changes. This PR updates the regex to include the, optional, import information. * Use the ? Co-authored-by: Benjamin Ullian <5695343+bnu0@users.noreply.github.com> --------- Co-authored-by: Will Richard <wrichard@seatgeek.com> Co-authored-by: Benjamin Ullian <5695343+bnu0@users.noreply.github.com> Co-authored-by: Dylan Page <dylan.page@autodesk.com>